diff --git a/sound/soc/msm/msm8x16.c b/sound/soc/msm/msm8x16.c
index edd47a3467a7be8fbb70a1472d8444448b90d728..9625af9c2b786bcd9cdc4bc1dc06c2056892ba3e 100644
--- a/sound/soc/msm/msm8x16.c
+++ b/sound/soc/msm/msm8x16.c
@@ -631,6 +631,22 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
.ignore_pmdown_time = 1,
.be_id = MSM_FRONTEND_DAI_MULTIMEDIA9,
},
+ { /* hw:x,15 */
+ .name = "VoLTE",
+ .stream_name = "VoLTE",
+ .cpu_dai_name = "VoLTE",
+ .platform_name = "msm-pcm-voice",
+ .dynamic = 1,
+ .trigger = {SND_SOC_DPCM_TRIGGER_POST,
+ SND_SOC_DPCM_TRIGGER_POST},
+ .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+ .ignore_suspend = 1,
+ /* this dainlink has playback support */
+ .ignore_pmdown_time = 1,
+ .codec_dai_name = "snd-soc-dummy-dai",
+ .codec_name = "snd-soc-dummy",
+ .be_id = MSM_FRONTEND_DAI_VOLTE,
+ },
/* Backend I2S DAI Links */
{
.name = LPASS_BE_PRI_MI2S_RX,