sdm660: audio: configs: Remove voip_tx profile to policy conf
The voip_tx causes broken microphone in calls via Telegramm, Fb messenger and Whats app
This reverts commit ffbcf557f2
.
This commit is contained in:
parent
f98a09d0f1
commit
4d7fa3c93a
1 changed files with 0 additions and 7 deletions
|
@ -161,11 +161,6 @@
|
||||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
|
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
|
||||||
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
|
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
|
||||||
</mixPort>
|
</mixPort>
|
||||||
<mixPort name="voip_tx" role="sink"
|
|
||||||
flags="AUDIO_INPUT_FLAG_VOIP_TX">
|
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
|
|
||||||
samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
|
|
||||||
</mixPort>
|
|
||||||
<mixPort name="record_24" role="sink">
|
<mixPort name="record_24" role="sink">
|
||||||
<profile name="" format="AUDIO_FORMAT_PCM_24_BIT_PACKED"
|
<profile name="" format="AUDIO_FORMAT_PCM_24_BIT_PACKED"
|
||||||
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,96000,192000"
|
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000,96000,192000"
|
||||||
|
@ -296,8 +291,6 @@
|
||||||
sources="Telephony Rx"/>
|
sources="Telephony Rx"/>
|
||||||
<route type="mix" sink="primary input"
|
<route type="mix" sink="primary input"
|
||||||
sources="Wired Headset Mic,BT SCO Headset Mic,FM Tuner,Telephony Rx"/>
|
sources="Wired Headset Mic,BT SCO Headset Mic,FM Tuner,Telephony Rx"/>
|
||||||
<route type="mix" sink="voip_tx"
|
|
||||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic"/>
|
|
||||||
<route type="mix" sink="record_24"
|
<route type="mix" sink="record_24"
|
||||||
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic"/>
|
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic"/>
|
||||||
</routes>
|
</routes>
|
||||||
|
|
Loading…
Reference in a new issue