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

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

Merge "asoc: qcs405: add machine driver support for SLIMBUS_9_TX"

parents a8c252bd 04942d4b
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -6990,6 +6990,20 @@ static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {
		.ops = &msm_wcn_ops,
		.ignore_suspend = 1,
	},
	{
		.name = LPASS_BE_SLIMBUS_9_TX,
		.stream_name = "Slimbus9 Capture",
		.cpu_dai_name = "msm-dai-q6-dev.16403",
		.platform_name = "msm-pcm-routing",
		.codec_name = "btfmslim_slave",
		.codec_dai_name = "btfm_bt_split_a2dp_slim_tx",
		.no_pcm = 1,
		.dpcm_capture = 1,
		.id = MSM_BACKEND_DAI_SLIMBUS_9_TX,
		.be_hw_params_fixup = msm_be_hw_params_fixup,
		.ops = &msm_wcn_ops,
		.ignore_suspend = 1,
	},
};

static struct snd_soc_dai_link msm_mi2s_be_dai_links[] = {