|
@@ -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[] = {
|