diff options
| author | HiFiPhile <[email protected]> | 2025-10-05 01:11:29 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-05 01:13:36 +0200 |
| commit | 6acf49e4c2ce63a7a44a66b0dc499a96da1e49fd (patch) | |
| tree | 6610debc384e7f943902b39d955f86d0f2ff5535 /examples/device/audio_4_channel_mic/src | |
| parent | 3c33aff4a6e511922dd459e2b68b31c969d58fe0 (diff) | |
Use one control buffer as EP0 has no concurrency
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/device/audio_4_channel_mic/src')
| -rw-r--r-- | examples/device/audio_4_channel_mic/src/tusb_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/audio_4_channel_mic/src/tusb_config.h b/examples/device/audio_4_channel_mic/src/tusb_config.h index 6115f44bb..ef4e8a1fc 100644 --- a/examples/device/audio_4_channel_mic/src/tusb_config.h +++ b/examples/device/audio_4_channel_mic/src/tusb_config.h @@ -105,8 +105,6 @@ extern "C" { // Have a look into audio_device.h for all configurations #define CFG_TUD_AUDIO_FUNC_1_SAMPLE_RATE 48000 -#define CFG_TUD_AUDIO_FUNC_1_CTRL_BUF_SZ 64 - #define CFG_TUD_AUDIO_ENABLE_EP_IN 1 #define CFG_TUD_AUDIO_FUNC_1_N_BYTES_PER_SAMPLE_TX 2 // This value is not required by the driver, it parses this information from the descriptor once the alternate interface is set by the host - we use it for the setup #define CFG_TUD_AUDIO_FUNC_1_N_CHANNELS_TX 4 // This value is not required by the driver, it parses this information from the descriptor once the alternate interface is set by the host - we use it for the setup |
