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

Commit cb123aa0 authored by Haynes Mathew George's avatar Haynes Mathew George Committed by Gerrit - the friendly Code Review server
Browse files

audiopolicy: Increase max supported sampling rate for mixed outputs

Increase max to 192000.

Change-Id: Ic886d3e79ec8c332b78e9a1eac30fd919ee19885
parent adbffe32
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

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