asoc:lahaina:Addition of VI feedback dai link

Addition of dai link for VI feedback
required for Speaker protection

Change-Id: Ied2339c995b87455a0759f9a48fce2383de9cbec
This commit is contained in:
Aditya Mohan
2020-09-02 10:42:49 +05:30
parent 10bed4cd23
commit 47d13a9d8f
2 changed files with 13 additions and 0 deletions

View File

@@ -424,6 +424,15 @@ static struct snd_soc_dai_link msm_common_be_dai_links[] = {
.ops = &msm_common_be_ops,
SND_SOC_DAILINK_REG(usb_audio_tx),
},
{
.name = LPASS_BE_WSA_CDC_DMA_TX_0,
.stream_name = LPASS_BE_WSA_CDC_DMA_TX_0,
.capture_only = 1,
.ignore_suspend = 1,
.ops = &msm_common_be_ops,
.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
SND_SOC_DAILINK_REG(vi_feedback),
},
};
static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {