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

Commit 0073612b authored by Vidyakumar Athota's avatar Vidyakumar Athota Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: apq8084: Add VoWLAN dai link



Add VoWLAN dai link to the machine driver
to enable Voice over WLAN.

Change-Id: I0cab6683ed8d9ff40a331d887abf3f9caab9a2de
Signed-off-by: default avatarVidyakumar Athota <vathota@codeaurora.org>
parent c57e2816
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -3442,6 +3442,21 @@ static struct snd_soc_dai_link apq8084_common_dai_links[] = {
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA9,
	},
	{
		.name = "VoWLAN",
		.stream_name = "VoWLAN",
		.cpu_dai_name   = "VoWLAN",
		.platform_name  = "msm-pcm-voice",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			    SND_SOC_DPCM_TRIGGER_POST},
		.ignore_suspend = 1,
		/* this dainlink has playback support */
		.ignore_pmdown_time = 1,
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.be_id = MSM_FRONTEND_DAI_VOWLAN,
	},
};

static struct snd_soc_dai_link apq8084_tomtom_fe_dai_links[] = {