Loading sound/soc/msm/msm8974.c +14 −0 Original line number Diff line number Diff line Loading @@ -2187,6 +2187,20 @@ static struct snd_soc_dai_link msm8974_common_dai_links[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, { .name = "VoIP2", .stream_name = "VoIP2", .cpu_dai_name = "VoIP2", .platform_name = "msm-voip-dsp", .dynamic = 1, .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .ignore_suspend = 1, .ignore_pmdown_time = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, /* End of FE DAI LINK */ { .name = LPASS_BE_SLIMBUS_4_TX, .stream_name = "Slimbus4 Capture", Loading Loading
sound/soc/msm/msm8974.c +14 −0 Original line number Diff line number Diff line Loading @@ -2187,6 +2187,20 @@ static struct snd_soc_dai_link msm8974_common_dai_links[] = { .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, { .name = "VoIP2", .stream_name = "VoIP2", .cpu_dai_name = "VoIP2", .platform_name = "msm-voip-dsp", .dynamic = 1, .trigger = {SND_SOC_DPCM_TRIGGER_POST, SND_SOC_DPCM_TRIGGER_POST}, .ignore_suspend = 1, .ignore_pmdown_time = 1, .codec_dai_name = "snd-soc-dummy-dai", .codec_name = "snd-soc-dummy", }, /* End of FE DAI LINK */ { .name = LPASS_BE_SLIMBUS_4_TX, .stream_name = "Slimbus4 Capture", Loading