12#if (CONFIG_AUDIO_SOURCE_USB && !CONFIG_AUDIO_SAMPLE_RATE_48000_HZ)
14#error USB only supports 48kHz
int audio_usb_start(struct data_fifo *fifo_tx_in, struct data_fifo *fifo_rx_in)
Set fifo buffers to be used by USB module and start sending/receiving data.
int audio_usb_disable(void)
Stop and disable USB device.
int audio_usb_init(void)
Register and enable USB device.
void audio_usb_stop(void)
Stop sending/receiving data.
Data first-in first-out library header.
Definition data_fifo.h:34