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:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user