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

Commit b271b870 authored by Derek Chen's avatar Derek Chen Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: Change Media9 to LowLatency Loopback in auto mach drv



Change FE Multimedia9 to use LowLatency Loopback in automotive
machine driver.

CRs-fixed: 998118
Change-Id: I7e31a61f530586a70c8a6496da52fe2843c85032
Signed-off-by: default avatarDerek Chen <chenche@codeaurora.org>
parent 8ef6830b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2538,10 +2538,10 @@ static struct snd_soc_dai_link apq8096_common_dai_links[] = {
		.be_id = MSM_FRONTEND_DAI_LSM8,
	},
	{
		.name = "MSM8996 Media9",
		.name = "MSM8996 LowLatency Loopback",
		.stream_name = "MultiMedia9",
		.cpu_dai_name = "MultiMedia9",
		.platform_name = "msm-pcm-dsp.0",
		.platform_name = "msm-pcm-loopback.1",
		.dynamic = 1,
		.dpcm_playback = 1,
		.dpcm_capture = 1,
@@ -2550,6 +2550,7 @@ static struct snd_soc_dai_link apq8096_common_dai_links[] = {
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.ignore_suspend = 1,
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		/* this dainlink has playback support */
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA9,