Skip to content
Snippets Groups Projects
Commit b5c75c4d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Add VoLTE as FE DAI link"

parents 6158bd82 6b5311dc
No related branches found
No related tags found
No related merge requests found
...@@ -631,6 +631,22 @@ static struct snd_soc_dai_link msm8x16_dai[] = { ...@@ -631,6 +631,22 @@ static struct snd_soc_dai_link msm8x16_dai[] = {
.ignore_pmdown_time = 1, .ignore_pmdown_time = 1,
.be_id = MSM_FRONTEND_DAI_MULTIMEDIA9, .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 */ /* Backend I2S DAI Links */
{ {
.name = LPASS_BE_PRI_MI2S_RX, .name = LPASS_BE_PRI_MI2S_RX,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment