FULL_SPEED_AUDIO_2 only defined by default if AUDIO_CLASS_FALLBACK not enabled (#15272)

This commit is contained in:
Ross Owen
2014-02-05 18:10:45 +00:00
parent 893463e560
commit c35411424e

View File

@@ -171,7 +171,7 @@
#endif
/* Whether to run in Audio Class 2.0 mode in USB Full-speed */
#ifndef FULL_SPEED_AUDIO_2
#if !defined(FULL_SPEED_AUDIO_2) && !defined(AUDIO_CLASS_FALLBACK)
#define FULL_SPEED_AUDIO_2 1 /* Default to falling back to UAC2 */
#endif