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

Commit 3ceaa27b authored by Helen Zeng's avatar Helen Zeng
Browse files

ASoC: msm8x10: Add VoIP2 DAI in machine driver



Add VoIP2 front-end DAI to support VoWLAN and VoIP concurrent calls.

Change-Id: Id32c0ec21e9443e3f59f4fe5701757fe9e4ad787
Signed-off-by: default avatarHelen Zeng <xiaoyunz@codeaurora.org>
parent 5f15c021
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -854,6 +854,19 @@ static struct snd_soc_dai_link msm8x10_dai[] = {
		.codec_name = "snd-soc-dummy",
		.be_id = MSM_FRONTEND_DAI_QCHAT,
	},
	{/* hw:x,16 */
		.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",
	},
	/* Backend I2S DAI Links */
	{
		.name = LPASS_BE_SEC_MI2S_RX,