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 | a58b43e4d01028d2154aa39044fca6d48b81315b (patch) | |
tree | e6246e566d9795b1b54c2f70c9d18f4961eb19e1 | |
parent | a71d258a09c2724a6de76d677e2093817e9f94c9 (diff) | |
parent | ab53b687f0a93c21dd91306f5e7c89143b8e288e (diff) |
Merge "configs: 8937: update supporting configuration for voip profile"
-rw-r--r-- | configs/msm8937/audio_policy_configuration.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/msm8937/audio_policy_configuration.xml b/configs/msm8937/audio_policy_configuration.xml index 0b2a31a2..01aeecf4 100644 --- a/configs/msm8937/audio_policy_configuration.xml +++ b/configs/msm8937/audio_policy_configuration.xml @@ -134,7 +134,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" 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" maxOpenCount="2" maxActiveCount="2"> |