forked from PAWPAW-Mirror/lib_xua
Resolved build issue with UAC1 builds when MAX_FREQ != MIN_FREQ
This commit is contained in:
@@ -771,9 +771,11 @@ void decouple(chanend c_mix_out
|
||||
speedRem = 0;
|
||||
continue;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
#if (AUDIO_CLASS == 2)
|
||||
#if (MIN_FREQ != MAX_FREQ)
|
||||
else
|
||||
#endif
|
||||
if(tmp == SET_STREAM_FORMAT_IN)
|
||||
{
|
||||
unsigned dataFormat, usbSpeed;
|
||||
|
||||
Reference in New Issue
Block a user