forked from PAWPAW-Mirror/lib_xua
Partially undid removal of SR change code when MIN_FREQ=MAX_FREQ. DFU currently uses the SR change code to operate.
This commit is contained in:
@@ -718,7 +718,6 @@ void decouple(chanend c_mix_out
|
||||
/* Check for freq change or other update */
|
||||
|
||||
GET_SHARED_GLOBAL(tmp, g_freqChange_flag);
|
||||
#if (MIN_FREQ != MAX_FREQ)
|
||||
if (tmp == SET_SAMPLE_FREQ)
|
||||
{
|
||||
SET_SHARED_GLOBAL(g_freqChange_flag, 0);
|
||||
@@ -765,7 +764,6 @@ void decouple(chanend c_mix_out
|
||||
speedRem = 0;
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
#if (AUDIO_CLASS == 2)
|
||||
#if (MIN_FREQ != MAX_FREQ)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user