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

Commit 8ad141b9 authored by Helen Zeng's avatar Helen Zeng
Browse files

ASoC: mdm9630: add MultiMedia6 Dai Link



MultiMedia6 front-end dai link is added to supportasm loopback test.

Change-Id: I975d99d97bc32fa8b7d6bf00e2064fa90c09e7c7
Signed-off-by: default avatarHelen Zeng <xiaoyunz@codeaurora.org>
parent ca30ec37
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -952,6 +952,21 @@ static struct snd_soc_dai_link mdm9630_dai[] = {
		/* this dainlink has playback support */
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA2,
	},
	{
		.name = "MDM9630 Media6",
		.stream_name = "MultiMedia6",
		.cpu_dai_name   = "MultiMedia6",
		.platform_name  = "msm-pcm-loopback",
		.dynamic = 1,
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST},
		.ignore_suspend = 1,
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		/* this dainlink has playback support */
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA6,
	},
	/* Backend DAI Links */
	{
		.name = LPASS_BE_PRI_MI2S_RX,