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

Commit e9ca60eb authored by Haynes Mathew George's avatar Haynes Mathew George Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: Enable use of noirq playback and capture



Enable use of noirq (i.e pull mode and push mode)
playback and capture.

CRs-Fixed: 992798
Change-Id: I98e68c2a485783be3c2b3eaa62577759d7e21d82
Signed-off-by: default avatarHaynes Mathew George <hgeorge@codeaurora.org>
parent 0c3a23a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2507,10 +2507,10 @@ static struct snd_soc_dai_link msm8996_common_dai_links[] = {
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA10,
	},
	{
		.name = "MSM8996 Compr8",
		.stream_name = "COMPR8",
		.name = "MSM8996 ULL NOIRQ",
		.stream_name = "MM_NOIRQ",
		.cpu_dai_name = "MultiMedia8",
		.platform_name = "msm-compr-dsp",
		.platform_name = "msm-pcm-dsp-noirq",
		.dynamic = 1,
		.dpcm_playback = 1,
		.dpcm_capture = 1,