summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-16 10:20:32 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-16 10:20:31 -0700
commitc5984ec85c1e095f932f2fdaf5f327a2c1480c9b (patch)
treee4c4ce28ad192dc4985db57f481251da7b9cdae3
parent06fdcdc800dd7e8a98a9bec51055667d357b5985 (diff)
parenta2748324655a71f4d0ab9ddc37e61b69f8178d7b (diff)
Merge "ASoC: msmcobalt: Add dai-link for VI feedback"
-rw-r--r--sound/soc/msm/msmcobalt.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c
index 763854061966..8ee14eff2d98 100644
--- a/sound/soc/msm/msmcobalt.c
+++ b/sound/soc/msm/msmcobalt.c
@@ -2717,6 +2717,19 @@ static struct snd_soc_dai_link msm_tasha_fe_dai_links[] = {
};
static struct snd_soc_dai_link msm_tavil_fe_dai_links[] = {
+ {
+ .name = LPASS_BE_SLIMBUS_4_TX,
+ .stream_name = "Slimbus4 Capture",
+ .cpu_dai_name = "msm-dai-q6-dev.16393",
+ .platform_name = "msm-pcm-hostless",
+ .codec_name = "tavil_codec",
+ .codec_dai_name = "tavil_vifeedback",
+ .be_id = MSM_BACKEND_DAI_SLIMBUS_4_TX,
+ .be_hw_params_fixup = msm_be_hw_params_fixup,
+ .ops = &msm_be_ops,
+ .no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
+ .ignore_suspend = 1,
+ },
/* Ultrasound RX DAI Link */
{
.name = "SLIMBUS_2 Hostless Playback",