Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8402246 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: usb: add support for additional sample rate"

parents 3cfbdc16 da7411a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
#define SAMPLE_RATE_11025         11025
// Supported sample rates for USB
static uint32_t supported_sample_rates[] =
    {44100, 48000, 64000, 88200, 96000, 176400, 192000, 384000};
    {44100, 48000, 64000, 88200, 96000, 176400, 192000, 352800, 384000};

#define  MAX_SAMPLE_RATE_SIZE  sizeof(supported_sample_rates)/sizeof(supported_sample_rates[0])