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

Commit 134891c9 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: qcs405: Add new dailink for compress capture"

parents 01292a95 b0632737
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -6900,6 +6900,21 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
		.ignore_pmdown_time = 1,
		.id = MSM_FRONTEND_DAI_MULTIMEDIA29,
	},
	{
		.name = MSM_DAILINK_NAME(Compr Capture6),
		.stream_name = "Compr Capture6",
		.cpu_dai_name = "MultiMedia30",
		.platform_name = "msm-compress-dsp",
		.dynamic = 1,
		.async_ops = ASYNC_DPCM_SND_SOC_HW_PARAMS,
		.dpcm_capture = 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_pmdown_time = 1,
		.id = MSM_FRONTEND_DAI_MULTIMEDIA30,
	},
};

static struct snd_soc_dai_link msm_common_be_dai_links[] = {