summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-18 12:04:46 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-18 12:04:46 -0700
commitd992124bed30b73182d19b06b34a2a68d81d31f5 (patch)
tree760447a98f98ab3b659974a48940ea69f5ddce08 /sound
parentcf41212089405e916153d40e2caba3d3dd0c9278 (diff)
parentbb017be51aaaab15e9168b9a277363bed8f5010c (diff)
Merge "ASoC: msm: Add Slimbus6 playback dai-link"
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/msm/msmcobalt.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sound/soc/msm/msmcobalt.c b/sound/soc/msm/msmcobalt.c
index d0c6140d3a68..730c492136d0 100644
--- a/sound/soc/msm/msmcobalt.c
+++ b/sound/soc/msm/msmcobalt.c
@@ -3127,6 +3127,22 @@ static struct snd_soc_dai_link msm_tavil_be_dai_links[] = {
.ignore_pmdown_time = 1,
.ignore_suspend = 1,
},
+ {
+ .name = LPASS_BE_SLIMBUS_6_RX,
+ .stream_name = "Slimbus6 Playback",
+ .cpu_dai_name = "msm-dai-q6-dev.16396",
+ .platform_name = "msm-pcm-routing",
+ .codec_name = "tavil_codec",
+ .codec_dai_name = "tavil_rx4",
+ .no_pcm = 1,
+ .dpcm_playback = 1,
+ .be_id = MSM_BACKEND_DAI_SLIMBUS_6_RX,
+ .be_hw_params_fixup = msm_be_hw_params_fixup,
+ .ops = &msm_be_ops,
+ /* dai link has playback support */
+ .ignore_pmdown_time = 1,
+ .ignore_suspend = 1,
+ },
};
static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {