Enable explicit feedback EP by default

This commit is contained in:
xross
2022-03-14 11:18:26 +00:00
parent fdc99ffccb
commit a270972bf9

View File

@@ -1171,6 +1171,10 @@
#endif
#endif
/* Always enable explicit feedback EP, even when input stream is present */
#ifndef UAC_FORCE_FEEDBACK_EP
#define UAC_FORCE_FEEDBACK_EP (1)
#endif
#if (defined(UAC_FORCE_FEEDBACK_EP) && UAC_FORCE_FEEDBACK_EP == 0)
#undef UAC_FORCE_FEEDBACK_EP