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

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

Merge "ASoC: Add sec mi2s frontend support for fm on yupik"

parents e7a65a0f efa38e77
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6374,6 +6374,18 @@ static struct snd_soc_dai_link msm_common_misc_fe_dai_links[] = {
		.id = MSM_FRONTEND_DAI_MULTIMEDIA10,
		SND_SOC_DAILINK_REG(multimedia10),
	},
	{/* hw:x,44 */
		.name = "Secondary MI2S_TX Hostless",
		.stream_name = "Secondary MI2S_TX Hostless Capture",
		.dynamic = 1,
		.dpcm_capture = 1,
		.trigger = {SND_SOC_DPCM_TRIGGER_POST,
			SND_SOC_DPCM_TRIGGER_POST},
		.no_host_mode = SND_SOC_DAI_LINK_NO_HOST,
		.ignore_suspend = 1,
		.ignore_pmdown_time = 1,
		SND_SOC_DAILINK_REG(sec_mi2s_tx_hostless),
	},
};

static struct snd_soc_dai_link msm_common_be_dai_links[] = {