ASoC: msm: Add Slimbus6 playback dai-link
Add slimbus6 playback back-end dai-link on msmcobalt platform with wcd934x audio codec. This dai-link enables audio playback over headphones. Change-Id: I83c2291909bda2473d7d0b3147b4a0244f7450b0 Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
This commit is contained in:
parent
08970c53c2
commit
bb017be51a
1 changed files with 16 additions and 0 deletions
|
@ -3125,6 +3125,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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue