summaryrefslogtreecommitdiff
path: root/src/class/audio/audio_device.h
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2022-03-16 08:05:31 +0100
committerReinhard Panhuber <[email protected]>2022-03-16 08:05:31 +0100
commitceac9d64c07b95d2c34263386e212e5480cda97c (patch)
treea50d5948c33ec2a348a5ce98b876f9681a6bf415 /src/class/audio/audio_device.h
parent9fde8f2d9e311afc6ea3707f1ac3b245e0816a4c (diff)
Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
By default disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR such that current examples still work.
Diffstat (limited to 'src/class/audio/audio_device.h')
-rw-r--r--src/class/audio/audio_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h
index c9d711a36..eba8a6488 100644
--- a/src/class/audio/audio_device.h
+++ b/src/class/audio/audio_device.h
@@ -193,7 +193,7 @@
// Determine feedback value within SOF ISR within audio driver - if disabled the user has to call tud_audio_n_fb_set() with a suitable feedback value on its own. If done within audio driver SOF ISR, tud_audio_n_fb_set() is disabled for user
#ifndef CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
-#define CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR 1 // 0 or 1
+#define CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR 0 // 0 or 1
#endif
// Audio interrupt control EP size - disabled if 0