forked from PAWPAW-Mirror/lib_xua
FULL_SPEED_AUDIO_2 only defined by default if AUDIO_CLASS_FALLBACK not enabled (#15272)
This commit is contained in:
@@ -171,7 +171,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Whether to run in Audio Class 2.0 mode in USB Full-speed */
|
/* 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 */
|
#define FULL_SPEED_AUDIO_2 1 /* Default to falling back to UAC2 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user