summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-03-02 17:24:58 +0100
committerReinhard Panhuber <[email protected]>2021-03-02 17:24:58 +0100
commitfc35b3f72dc2f73ecd9df3e14484ef493803fd7b (patch)
treef7e6def2b9b1d6ea6c04b62a51fd5c13610f6cd9
parent8ec99694d228d31ee0b4033346498238c6605967 (diff)
Switch back OPT_MCU_DA1469X to use linear buffers
-rw-r--r--src/class/audio/audio_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c
index a29abc496..32745002c 100644
--- a/src/class/audio/audio_device.c
+++ b/src/class/audio/audio_device.c
@@ -65,6 +65,7 @@
// Linear buffer in case target MCU is not capable of handling a ring buffer FIFO e.g. no hardware buffer is available or driver is would need to be changed dramatically
#if ( CFG_TUSB_MCU == OPT_MCU_MKL25ZXX || /* Intermediate software buffer required */ \
+ CFG_TUSB_MCU == OPT_MCU_DA1469X || /* Intermediate software buffer required */ \
CFG_TUSB_MCU == OPT_MCU_LPC18XX || /* No clue how driver works */ \
CFG_TUSB_MCU == OPT_MCU_LPC43XX || \
CFG_TUSB_MCU == OPT_MCU_MIMXRT10XX || \