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

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

Merge "ASoC: msm: add new dai link for compress capture for apq8009"

parents a162ecfc 5ee82277
Loading
Loading
Loading
Loading
+19 −4
Original line number Diff line number Diff line
@@ -2396,7 +2396,7 @@ static struct snd_soc_dai_link msm_compr_fe_dai[] = {
	{/* hw:x,43 */
		.name = "APQ8009 Compress3",
		.stream_name = "Compress3",
		.cpu_dai_name = "MultiMedia10",
		.cpu_dai_name = "MultiMedia17",
		.platform_name = "msm-compress-dsp",
		.dynamic = 1,
		.dpcm_capture = 1,
@@ -2406,12 +2406,12 @@ static struct snd_soc_dai_link msm_compr_fe_dai[] = {
		.codec_name = "snd-soc-dummy",
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA10,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA17,
	},
	{/* hw:x,44 */
		.name = "APQ8009 Compress4",
		.stream_name = "Compress4",
		.cpu_dai_name = "MultiMedia11",
		.cpu_dai_name = "MultiMedia18",
		.platform_name = "msm-compress-dsp",
		.dynamic = 1,
		.dpcm_capture = 1,
@@ -2421,7 +2421,22 @@ static struct snd_soc_dai_link msm_compr_fe_dai[] = {
		.codec_name = "snd-soc-dummy",
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA11,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA18,
	},
	{/* hw:x,45 */
		.name = "APQ8009 Compress5",
		.stream_name = "Compress5",
		.cpu_dai_name = "MultiMedia19",
		.platform_name = "msm-compress-dsp",
		.dynamic = 1,
		.dpcm_capture = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			SND_SOC_DPCM_TRIGGER_POST},
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		.be_id = MSM_FRONTEND_DAI_MULTIMEDIA19,
	},
};