summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-10 05:57:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-10 05:57:59 -0700
commitd1df49872e11cfa5f7efb6fbf4c7bf00925dce4e (patch)
treeaf3c05acfc42b2e769e876a87d37fbb03caa8c01
parentf6179aab9bde8b44e56bb33b0e3561250fc6a45c (diff)
parent3b29155a55aa3fdde8c2c67f530b013f4183c1eb (diff)
Merge "ASoC: msm: create backend dailink for wcd934x MAD"
-rw-r--r--sound/soc/msm/msmcobalt.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c
index 5c8d91bfe400..a2bd3be62175 100644
--- a/sound/soc/msm/msmcobalt.c
+++ b/sound/soc/msm/msmcobalt.c
@@ -5111,6 +5111,21 @@ static struct snd_soc_dai_link msm_tavil_be_dai_links[] = {
.ignore_pmdown_time = 1,
.ignore_suspend = 1,
},
+ /* MAD BE */
+ {
+ .name = LPASS_BE_SLIMBUS_5_TX,
+ .stream_name = "Slimbus5 Capture",
+ .cpu_dai_name = "msm-dai-q6-dev.16395",
+ .platform_name = "msm-pcm-routing",
+ .codec_name = "tavil_codec",
+ .codec_dai_name = "tavil_mad1",
+ .no_pcm = 1,
+ .dpcm_capture = 1,
+ .be_id = MSM_BACKEND_DAI_SLIMBUS_5_TX,
+ .be_hw_params_fixup = msm_be_hw_params_fixup,
+ .ops = &msm_be_ops,
+ .ignore_suspend = 1,
+ },
{
.name = LPASS_BE_SLIMBUS_6_RX,
.stream_name = "Slimbus6 Playback",