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

Commit a115855c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASOC: mpq8092: Add the low latency support"

parents 028c9be5 dbff98a8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1167,6 +1167,22 @@ static struct snd_soc_dai_link mpq8092_common_dai_links[] = {
		 /* this dainlink has playback support */
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA8,
	},
	{
		.name = "MSM8092 LowLatency",
		.stream_name = "MultiMedia5",
		.cpu_dai_name   = "MultiMedia5",
		.platform_name  = "msm-pcm-dsp.1",
		.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,
		/* this dainlink has playback support */
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA5,
	},

	/* Hostless PCM purpose */
	{
		.name = "MSM AFE-PCM RX",