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

Commit 516da33b authored by Laxminath Kasam's avatar Laxminath Kasam Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: msm: update quin backend dai for external codec



Add entry for quinary tx interface for external codec

CRs-Fixed: 986828
Change-Id: Ia75835237499529a548b16ab097eb9c02e23606a
Signed-off-by: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 81eaa934
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1238,6 +1238,21 @@ static struct snd_soc_dai_link msm8952_common_be_dai[] = {
		.be_hw_params_fixup = msm_be_hw_params_fixup,
		.ignore_suspend = 1,
	},

	{
		.name = LPASS_BE_QUIN_MI2S_TX,
		.stream_name = "Quinary MI2S Capture",
		.cpu_dai_name = "msm-dai-q6-mi2s.5",
		.platform_name = "msm-pcm-routing",
		.codec_dai_name = "snd-soc-dummy-dai",
		.codec_name = "snd-soc-dummy",
		.no_pcm = 1,
		.dpcm_capture = 1,
		.be_id = MSM_BACKEND_DAI_QUINARY_MI2S_TX,
		.be_hw_params_fixup = msm_be_hw_params_fixup,
		.ops = &msm8952_quin_mi2s_be_ops,
		.ignore_suspend = 1,
	},
};

static struct snd_soc_dai_link msm8952_hdmi_dba_dai_link[] = {