Loading asoc/qcs405.c +14 −0 Original line number Diff line number Diff line Loading @@ -6990,6 +6990,20 @@ static struct snd_soc_dai_link msm_wcn_be_dai_links[] = { .ops = &msm_wcn_ops, .ignore_suspend = 1, }, { .name = LPASS_BE_SLIMBUS_9_TX, .stream_name = "Slimbus9 Capture", .cpu_dai_name = "msm-dai-q6-dev.16403", .platform_name = "msm-pcm-routing", .codec_name = "btfmslim_slave", .codec_dai_name = "btfm_bt_split_a2dp_slim_tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_SLIMBUS_9_TX, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm_wcn_ops, .ignore_suspend = 1, }, }; static struct snd_soc_dai_link msm_mi2s_be_dai_links[] = { Loading Loading
asoc/qcs405.c +14 −0 Original line number Diff line number Diff line Loading @@ -6990,6 +6990,20 @@ static struct snd_soc_dai_link msm_wcn_be_dai_links[] = { .ops = &msm_wcn_ops, .ignore_suspend = 1, }, { .name = LPASS_BE_SLIMBUS_9_TX, .stream_name = "Slimbus9 Capture", .cpu_dai_name = "msm-dai-q6-dev.16403", .platform_name = "msm-pcm-routing", .codec_name = "btfmslim_slave", .codec_dai_name = "btfm_bt_split_a2dp_slim_tx", .no_pcm = 1, .dpcm_capture = 1, .id = MSM_BACKEND_DAI_SLIMBUS_9_TX, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm_wcn_ops, .ignore_suspend = 1, }, }; static struct snd_soc_dai_link msm_mi2s_be_dai_links[] = { Loading