configs: 8937: update supporting configuration for voip profile
Update supporting sampling rate and channel configuration for voip profile Change-Id: I42112ec1445c5885448f1d7cbc71d9c27e4d144b
This commit is contained in:
parent
f18eb0c720
commit
5dd6d1ae6c
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue