Removed 22050Hz sample rate for UAC2 lowSampleRateList. Now matches list in UAC1 descriptors.

This commit is contained in:
Ross Owen
2015-11-24 11:37:37 +00:00
parent e0da7fd2e9
commit ab7db51b17

View File

@@ -874,7 +874,7 @@ int AudioClassRequests_2(XUD_ep ep0_out, XUD_ep ep0_in, USB_SetupPacket_t &sp, c
}
#endif
/* Special case for some low sample rates */
unsigned lowSampleRateList[] = {8000, 11025, 12000, 16000, 22050, 32000};
unsigned lowSampleRateList[] = {8000, 11025, 12000, 16000, 32000};
for (int k = 0; k < sizeof(lowSampleRateList)/sizeof(unsigned); k++)
{