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

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

Merge "audiopolicy: Increase max supported sampling rate for mixed outputs"

parents 908070d0 cb123aa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ namespace android {
// Can be overridden by the audio.offload.min.duration.secs property
#define OFFLOAD_DEFAULT_MIN_DURATION_SECS 60

#define MAX_MIXER_SAMPLING_RATE 48000
#define MAX_MIXER_SAMPLING_RATE 192000
#define MAX_MIXER_CHANNEL_COUNT 8

// ----------------------------------------------------------------------------