ASoC: msm: Add support for VoLTE feature on msm8960.
-Add changes for VoLTE feature in machine driver
for msm8960.Along with this change VoLTE changes for cpu,
routing, platform and proxy voice driver changes are
required for VoLTE to work.
Change-Id: I3c74548be6327e3e1e8e92bb29567b8313393ed8
Signed-off-by: Venkat Sudhir <vsudhir@codeaurora.org>
diff --git a/sound/soc/msm/msm8960.c b/sound/soc/msm/msm8960.c
index de98aa3..abfadb8 100644
--- a/sound/soc/msm/msm8960.c
+++ b/sound/soc/msm/msm8960.c
@@ -1175,6 +1175,17 @@
.no_codec = 1,
.ignore_suspend = 1,
},
+ {
+ .name = "VoLTE",
+ .stream_name = "VoLTE",
+ .cpu_dai_name = "VoLTE",
+ .platform_name = "msm-pcm-voice",
+ .dynamic = 1,
+ .dsp_link = &fe_media,
+ .be_id = MSM_FRONTEND_DAI_VOLTE,
+ .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+ .ignore_suspend = 1,
+ },
/* Backend BT/FM DAI Links */
{
.name = LPASS_BE_INT_BT_SCO_RX,