Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d1ff83a authored by Venkata Narendra Kumar Gutta's avatar Venkata Narendra Kumar Gutta Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarVenkata Narendra Kumar Gutta <vgutta@codeaurora.org>
parent 75d530af
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5567,6 +5567,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"},