diff options
| author | Reinhard Panhuber <[email protected]> | 2022-03-20 12:57:53 +0100 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2022-03-20 12:57:53 +0100 |
| commit | 5cd67baf15aa24c5f5eae18b9f9615e3af807704 (patch) | |
| tree | e6d26c1d23ab3a7677897bda32742340c63a4f3e /src | |
| parent | 8ffdbfebce56c709b1c2c2396498e9fc32555a77 (diff) | |
Disable SOF ISR feedback calcuation by default s.t. examples still work
Diffstat (limited to 'src')
| -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 f1bb084d6..e5eaed9c7 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 // Feeback calculation mode |
