msm8937-common: configs: Add support for 32/48KHz voip
Add 32/48KHz sampling rates to 8998 config file and 32KHz sampling rate to 8996 config file to allow voip applications with 32/48KHz to route to the voip path CRs-Fixed: 1065380 Change-Id: I0801f912977d9aed783c33a308288eae422a851b
This commit is contained in:
parent
2e4ed5f2d0
commit
606875ca51
1 changed files with 1 additions and 1 deletions
|
@ -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" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
|
||||
</mixPort>
|
||||
|
||||
<mixPort name="primary input" role="sink">
|
||||
|
|
Loading…
Reference in a new issue