Loading asoc/lahaina.c +11 −0 Original line number Diff line number Diff line Loading @@ -6789,6 +6789,17 @@ static struct snd_soc_dai_link msm_wsa_cdc_dma_be_dai_links[] = { .ops = &msm_cdc_dma_be_ops, SND_SOC_DAILINK_REG(wsa_dma_tx1), }, { .name = LPASS_BE_WSA_CDC_DMA_TX_0_VI, .stream_name = "WSA CDC DMA0 Capture", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_WSA_CDC_DMA_TX_0, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm_cdc_dma_be_ops, .ignore_suspend = 1, SND_SOC_DAILINK_REG(wsa_dma_tx0_vi), }, }; static struct snd_soc_dai_link msm_rx_tx_cdc_dma_be_dai_links[] = { Loading asoc/msm_dailink.h +5 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,11 @@ SND_SOC_DAILINK_DEFS(sen_tdm_tx_0, DAILINK_COMP_ARRAY(COMP_CODEC("msm-stub-codec.1", "msm-stub-tx")), DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-routing"))); SND_SOC_DAILINK_DEFS(wsa_dma_tx0_vi, DAILINK_COMP_ARRAY(COMP_CPU("msm-dai-cdc-dma-dev.45057")), DAILINK_COMP_ARRAY(COMP_CODEC("bolero_codec", "wsa_macro_vifeedback")), DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-routing"))); SND_SOC_DAILINK_DEFS(slimbus_7_rx, DAILINK_COMP_ARRAY(COMP_CPU("msm-dai-q6-dev.16398")), DAILINK_COMP_ARRAY(COMP_CODEC("btfmslim_slave", Loading Loading
asoc/lahaina.c +11 −0 Original line number Diff line number Diff line Loading @@ -6789,6 +6789,17 @@ static struct snd_soc_dai_link msm_wsa_cdc_dma_be_dai_links[] = { .ops = &msm_cdc_dma_be_ops, SND_SOC_DAILINK_REG(wsa_dma_tx1), }, { .name = LPASS_BE_WSA_CDC_DMA_TX_0_VI, .stream_name = "WSA CDC DMA0 Capture", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_WSA_CDC_DMA_TX_0, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm_cdc_dma_be_ops, .ignore_suspend = 1, SND_SOC_DAILINK_REG(wsa_dma_tx0_vi), }, }; static struct snd_soc_dai_link msm_rx_tx_cdc_dma_be_dai_links[] = { Loading
asoc/msm_dailink.h +5 −0 Original line number Diff line number Diff line Loading @@ -323,6 +323,11 @@ SND_SOC_DAILINK_DEFS(sen_tdm_tx_0, DAILINK_COMP_ARRAY(COMP_CODEC("msm-stub-codec.1", "msm-stub-tx")), DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-routing"))); SND_SOC_DAILINK_DEFS(wsa_dma_tx0_vi, DAILINK_COMP_ARRAY(COMP_CPU("msm-dai-cdc-dma-dev.45057")), DAILINK_COMP_ARRAY(COMP_CODEC("bolero_codec", "wsa_macro_vifeedback")), DAILINK_COMP_ARRAY(COMP_PLATFORM("msm-pcm-routing"))); SND_SOC_DAILINK_DEFS(slimbus_7_rx, DAILINK_COMP_ARRAY(COMP_CPU("msm-dai-q6-dev.16398")), DAILINK_COMP_ARRAY(COMP_CODEC("btfmslim_slave", Loading