diff options
| author | Reinhard Panhuber <[email protected]> | 2020-08-29 13:26:41 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-08-29 13:26:41 +0200 |
| commit | 83bd21420375d42f3788b3d3abd5e20ae00cd5b2 (patch) | |
| tree | 8800828724a94fbfd963cece8710b1f1b295d734 /src/class/audio | |
| parent | 43c4b536356fdb9cb54a79f59fa0524cd14dc28c (diff) | |
Fix comment.
Diffstat (limited to 'src/class/audio')
| -rw-r--r-- | src/class/audio/audio_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h index 2f86168f5..f5830b3a1 100644 --- a/src/class/audio/audio_device.h +++ b/src/class/audio/audio_device.h @@ -53,7 +53,7 @@ // For RX: the input stream gets decoded into its corresponding channels, where for each channel a FIFO is setup to hold its data -> see: audio_rx_done_cb(). // For TX: the output stream is composed from CFG_TUD_AUDIO_N_CHANNELS_TX channels, where for each channel a FIFO is defined. // Further, it implements encoding and decoding of the individual channels (parameterized by the defines below). -// If you don't use the FIFOs you need to handle encoding and decoding on your own in audio_rx_done_cb() and Y. This, however, allows for optimizations. +// If you don't use the FIFOs you need to handle encoding and decoding on your own in audio_rx_done_cb() and audio_tx_done_cb(). This, however, allows for optimizations. #ifndef CFG_TUD_AUDIO_TX_FIFO_SIZE #define CFG_TUD_AUDIO_TX_FIFO_SIZE 0 // Buffer size per channel |
