Reduce uac2_headset max sample rate for better compatibility.

This commit is contained in:
HiFiPhile
2024-04-05 15:20:13 +02:00
parent 00db422745
commit 68b973aa9f
2 changed files with 4 additions and 10 deletions

View File

@@ -35,11 +35,7 @@
//--------------------------------------------------------------------+
// List of supported sample rates
#if defined(__RX__)
const uint32_t sample_rates[] = {44100, 48000};
#else
const uint32_t sample_rates[] = {44100, 48000, 88200, 96000};
#endif
const uint32_t sample_rates[] = {44100, 48000};
uint32_t current_sample_rate = 44100;