mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
ASoC: msm: qdsp6v2: Fix uplink mute in voice call when Vbat is enabled
Uplink mute observed in voice call when Vbat is enabled. This is due to external echo reference port "SLIMBUS_1_TX" is not started, as it is not connected to any of the voice front end DAI links. Fix this issue by updating dapm route map b/w SLIMBUS_1_TX and voice front end DAI links. Change-Id: I02ffbb2565deed073909d49b3fb20548bc406daa Signed-off-by: Venkata Narendra Kumar Gutta <vgutta@codeaurora.org>
This commit is contained in:
parent
626a0b85b8
commit
a21d40efe0
1 changed files with 1 additions and 0 deletions
|
@ -5760,6 +5760,7 @@ static const struct snd_soc_dapm_route intercon[] = {
|
|||
{"VOC_EXT_EC MUX", "SEC_MI2S_TX" , "SEC_MI2S_TX"},
|
||||
{"VOC_EXT_EC MUX", "TERT_MI2S_TX" , "TERT_MI2S_TX"},
|
||||
{"VOC_EXT_EC MUX", "QUAT_MI2S_TX" , "QUAT_MI2S_TX"},
|
||||
{"VOC_EXT_EC MUX", "SLIM_1_TX" , "SLIMBUS_1_TX"},
|
||||
{"CS-VOICE_UL1", NULL, "VOC_EXT_EC MUX"},
|
||||
{"VOIP_UL", NULL, "VOC_EXT_EC MUX"},
|
||||
{"VoLTE_UL", NULL, "VOC_EXT_EC MUX"},
|
||||
|
|
Loading…
Reference in a new issue