Loading sound/soc/msm/msm8952-dai-links.c +15 −0 Original line number Diff line number Diff line Loading @@ -1238,6 +1238,21 @@ static struct snd_soc_dai_link msm8952_common_be_dai[] = { .be_hw_params_fixup = msm_be_hw_params_fixup, .ignore_suspend = 1, }, { .name = LPASS_BE_QUIN_MI2S_TX, .stream_name = "Quinary MI2S Capture", .cpu_dai_name = "msm-dai-q6-mi2s.5", .platform_name = "msm-pcm-routing", .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .no_pcm = 1, .dpcm_capture = 1, .be_id = MSM_BACKEND_DAI_QUINARY_MI2S_TX, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm8952_quin_mi2s_be_ops, .ignore_suspend = 1, }, }; static struct snd_soc_dai_link msm8952_hdmi_dba_dai_link[] = { Loading Loading
sound/soc/msm/msm8952-dai-links.c +15 −0 Original line number Diff line number Diff line Loading @@ -1238,6 +1238,21 @@ static struct snd_soc_dai_link msm8952_common_be_dai[] = { .be_hw_params_fixup = msm_be_hw_params_fixup, .ignore_suspend = 1, }, { .name = LPASS_BE_QUIN_MI2S_TX, .stream_name = "Quinary MI2S Capture", .cpu_dai_name = "msm-dai-q6-mi2s.5", .platform_name = "msm-pcm-routing", .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", .no_pcm = 1, .dpcm_capture = 1, .be_id = MSM_BACKEND_DAI_QUINARY_MI2S_TX, .be_hw_params_fixup = msm_be_hw_params_fixup, .ops = &msm8952_quin_mi2s_be_ops, .ignore_suspend = 1, }, }; static struct snd_soc_dai_link msm8952_hdmi_dba_dai_link[] = { Loading