diff options
author | qctecmdr <qctecmdr@localhost> | 2020-10-04 00:54:36 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-10-04 00:54:36 -0700 |
commit | 956161f3f4c2e8c3cc9bc0a85342af7f14de00e2 (patch) | |
tree | 16063e60ebd09658654699b2ba1aa558a0f38934 | |
parent | 639a3bb213275df1250597f76e340b1a65bd5f89 (diff) | |
parent | a1885c50490ac7031c101d303562bb630a94a238 (diff) |
Merge "configs: sdm660: Enable Stereo channel support for voip"
-rw-r--r-- | configs/sdm660/audio_policy_configuration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sdm660/audio_policy_configuration.xml b/configs/sdm660/audio_policy_configuration.xml index c5872bbf..aff987d9 100644 --- a/configs/sdm660/audio_policy_configuration.xml +++ b/configs/sdm660/audio_policy_configuration.xml @@ -155,7 +155,7 @@ <mixPort name="voip_rx" role="source" flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_VOIP_RX"> <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" - samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/> + samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO,AUDIO_CHANNEL_OUT_STEREO"/> </mixPort> <mixPort name="primary input" role="sink"> |