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

Commit 272e7891 authored by Sudheer Papothi's avatar Sudheer Papothi Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm8994: Add support for ultra low latency



Add support for ultra low latency playback and phase out
LPA playback on 8994.

Change-Id: Ia0d2c24982e6958e94e7bfcffe572ddf6ee71f61
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent c872144b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1992,10 +1992,10 @@ static struct snd_soc_dai_link msm8994_common_dai_links[] = {
		.be_id = MSM_FRONTEND_DAI_VOIP,
	},
	{
		.name = "MSM8994 LPA",
		.stream_name = "LPA",
		.name = "MSM8994 ULL",
		.stream_name = "MultiMedia3",
		.cpu_dai_name = "MultiMedia3",
		.platform_name = "msm-pcm-lpa",
		.platform_name = "msm-pcm-dsp.2",
		.dynamic = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			SND_SOC_DPCM_TRIGGER_POST},