From a883b4fbdbda82d4ff1c805087ae7460f45b73f9 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Sat, 18 Jan 2014 23:39:58 +0000 Subject: [PATCH] FULL_SPEED_AUDIO_2 now can be set to 0 --- module_usb_audio/devicedefines.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 0db5f12a..6c07f982 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -150,6 +150,11 @@ #undef AUDIO_CLASS_FALLBACK #endif +/* Whether to run in Audio Class 2.0 mode in USB Full-speed */ +#if defined(FULL_SPEED_AUDIO_2) && (FULL_SPEED_AUDIO_2==0) +#undef FULL_SPEED_AUDIO_2 +#endif + /* Number of IS2 chans to DAC */ #ifndef I2S_CHANS_DAC #error I2S_CHANS_DAC not defined