summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Dixit <tdixit@codeaurora.org>2017-03-06 13:14:45 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-07 01:52:21 -0800
commit72ccde1e2dca38ea77332bf1b7866914240405e2 (patch)
tree7d5b25afda1a3d92cb18e64dd126bdf8a245224d
parent783427f7ad16090b68801d1142c20df47bced74b (diff)
ASoC: msm: Fix mute on speaker in VoWLAN calls
Add the proper DAPM routing for VoWLAN to fix mute in TX side. Change-Id: Id7306fbe8c1a301f09818068ea6712e2ac8cc2d7 CRs-Fixed: 2008274 Signed-off-by: Tanya Dixit <tdixit@codeaurora.org>
-rw-r--r--sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c
index 3677a06c65ae..12f98ddaa28c 100644
--- a/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c
+++ b/sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c
@@ -12948,6 +12948,7 @@ static const struct snd_soc_dapm_route intercon[] = {
{"VOIP_UL", NULL, "VOC_EXT_EC MUX"},
{"VoLTE_UL", NULL, "VOC_EXT_EC MUX"},
{"VOICE2_UL", NULL, "VOC_EXT_EC MUX"},
+ {"VoWLAN_UL", NULL, "VOC_EXT_EC MUX"},
{"VOICEMMODE1_UL", NULL, "VOC_EXT_EC MUX"},
{"VOICEMMODE2_UL", NULL, "VOC_EXT_EC MUX"},