Merge "ASoC: add dai link for playback compress3"

This commit is contained in:
qctecmdr
2020-06-11 04:15:16 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 42 additions and 0 deletions

View File

@@ -6114,6 +6114,19 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
.ignore_suspend = 1,
SND_SOC_DAILINK_REG(afepcm_tx1),
},
{/* hw:x,43 */
.name = MSM_DAILINK_NAME(Compress3),
.stream_name = "Compress3",
.dynamic = 1,
.dpcm_playback = 1,
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
SND_SOC_DPCM_TRIGGER_POST},
.ignore_suspend = 1,
.ignore_pmdown_time = 1,
/* this dainlink has playback support */
.id = MSM_FRONTEND_DAI_MULTIMEDIA10,
SND_SOC_DAILINK_REG(multimedia10),
},
};
static struct snd_soc_dai_link msm_common_be_dai_links[] = {