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

Commit d4086e42 authored by Dhananjay Kumar's avatar Dhananjay Kumar
Browse files

ASoC: msm8939: add slimbus 5 tx to 9306 BE dai links



Add slimbus 5 tx to 9306 BE dai links for supporting
SVA usecase on 8939.
Also add slimbus 5 tx device tree documentation.

CRs-Fixed: 700680
Change-Id: I01b370a6c3251eae122ed36aead4a7e818a58445
Signed-off-by: default avatarDhananjay Kumar <dhakumar@codeaurora.org>
parent d3b0eac5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -400,6 +400,11 @@ Example:
			qcom,msm-dai-q6-dev-id = <16393>;
		};

		qcom,msm-dai-q6-sb-5-tx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16395>;
		};

		qcom,msm-dai-q6-sb-6-rx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16396>;
+13 −0
Original line number Diff line number Diff line
@@ -1251,6 +1251,19 @@ static struct snd_soc_dai_link msm8x16_9306_dai[] = {
		.ignore_pmdown_time = 1,
		.ignore_suspend = 1,
	},
	{
		.name = LPASS_BE_SLIMBUS_5_TX,
		.stream_name = "Slimbus5 Capture",
		.cpu_dai_name = "msm-dai-q6-dev.16395",
		.platform_name = "msm-pcm-routing",
		.codec_name = "tapan_codec",
		.codec_dai_name = "tapan_tx1",
		.no_pcm = 1,
		.be_id = MSM_BACKEND_DAI_SLIMBUS_5_TX,
		.be_hw_params_fixup = msm_slim_0_tx_be_hw_params_fixup,
		.ops = &slimbus_be_ops,
		.ignore_suspend = 1,
	},
};

static struct snd_soc_dai_link msm8x16_9302_dai[] = {