Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d840b82c authored by Helen Zeng's avatar Helen Zeng
Browse files

ASoC: msm8974: Add VoIP2 DAI in machine driver



Add VoIP2 front-end DAI to support VoWLAN on 8974.

Change-Id: I27e161120e1c46d325ace0a9b844b45c92e47e75
Signed-off-by: default avatarHelen Zeng <xiaoyunz@codeaurora.org>
parent c99f9b85
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -2187,6 +2187,20 @@ static struct snd_soc_dai_link msm8974_common_dai_links[] = {
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.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,
		.name = LPASS_BE_SLIMBUS_4_TX,
		.stream_name = "Slimbus4 Capture",
		.stream_name = "Slimbus4 Capture",