ASoC: msm: Add support for VoLTE feature on mdm9x15
Add changes for VoLTE feature in machine driver
for mdm9x15. Along with this change VoLTE changes for cpu,
routing, platform and proxy voice driver changes are
required for VoLTE to work.
Change-Id: Ia0a3f84f2b2c4094facaa819e628d9778b664580
Signed-off-by: Venkat Sudhir <vsudhir@codeaurora.org>
diff --git a/sound/soc/msm/mdm9615.c b/sound/soc/msm/mdm9615.c
index 758ad94..760f13d 100644
--- a/sound/soc/msm/mdm9615.c
+++ b/sound/soc/msm/mdm9615.c
@@ -1021,6 +1021,17 @@
.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
.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 DAI Links */
{
.name = LPASS_BE_INT_BT_SCO_RX,