summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-25 18:30:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-25 18:30:55 -0700
commite4fab746179a8fdf42dde073f83ff10643355c04 (patch)
tree847dbf59b9926abbc4f15e67ea6a7c628452e7f2
parent82f8a0f9ac4e5d6eda81f869e0efa0b401a3bc7a (diff)
parent8b74d66bbeb3595cf71b5d92840ed8a092b07589 (diff)
Merge "ASoC: msmcobalt: Add CPE ECPP DAI instance for ECPP path"
-rw-r--r--sound/soc/msm/msmcobalt.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c
index 524f737360d8..d672eac49442 100644
--- a/sound/soc/msm/msmcobalt.c
+++ b/sound/soc/msm/msmcobalt.c
@@ -4632,6 +4632,20 @@ static struct snd_soc_dai_link msm_tasha_fe_dai_links[] = {
.codec_dai_name = "snd-soc-dummy-dai",
.codec_name = "snd-soc-dummy",
},
+ /* CPE LSM EC PP direct dai-link */
+ {
+ .name = "CPE Listen service ECPP",
+ .stream_name = "CPE Listen Audio Service ECPP",
+ .cpu_dai_name = "CPE_LSM_NOHOST",
+ .platform_name = "msm-cpe-lsm.3",
+ .trigger = {SND_SOC_DPCM_TRIGGER_POST,
+ SND_SOC_DPCM_TRIGGER_POST},
+ .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+ .ignore_suspend = 1,
+ .ignore_pmdown_time = 1,
+ .codec_dai_name = "tasha_cpe",
+ .codec_name = "tasha_codec",
+ },
};
static struct snd_soc_dai_link msm_tavil_fe_dai_links[] = {