sm7250-common: remove stereo channel mask from voip rx

seem to cause audio distortion and echo with apps like telegram and it's clients

Change-Id: I3468972fd530f59f74126a13d1b2c8a48fdf8c88
This commit is contained in:
Ramii Ahmed 2021-06-20 22:29:49 +00:00 committed by xSylla
parent d9163ec85c
commit cb0635442e

View File

@ -147,7 +147,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,AUDIO_CHANNEL_OUT_STEREO"/>
samplingRates="8000,16000,32000,48000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
</mixPort>
<mixPort name="incall_music_uplink" role="source"
flags="AUDIO_OUTPUT_FLAG_INCALL_MUSIC">