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

Commit 7f4e7eb1 authored by Sidipotu Ashok's avatar Sidipotu Ashok Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add slimbus_6_rx back-end dai-link for msm8937



Add slimbus_6_rx back-end dai-link for msm8937 to enable
independent backend for different devices during audio playback.

Change-Id: Ice91ce9c774335cbb3c4b1d89bc795abc7e30baf
CRs-fixed: 989417
Signed-off-by: default avatarSidipotu Ashok <sashok@codeaurora.org>
parent ea72a91d
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -252,6 +252,11 @@
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <32770>;
		};

		sb_6_rx: qcom,msm-dai-q6-sb-6-rx {
			compatible = "qcom,msm-dai-q6-dev";
			qcom,msm-dai-q6-dev-id = <16396>;
		};
	};

	hostless: qcom,msm-pcm-hostless {
@@ -510,7 +515,8 @@
				<&incall_record_rx>, <&incall_record_tx>,
				<&incall_music_rx>, <&incall_music_2_rx>,
				<&sb_5_rx>,  <&bt_sco_rx>,
				<&bt_sco_tx>, <&int_fm_rx>, <&int_fm_tx>;
				<&bt_sco_tx>, <&int_fm_rx>, <&int_fm_tx>,
				<&sb_6_rx>;
		asoc-cpu-names = "msm-dai-q6-auxpcm.1",
				"msm-dai-q6-mi2s.2",
				"msm-dai-q6-mi2s.3", "msm-dai-q6-mi2s.5",
@@ -525,7 +531,8 @@
				"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
				"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
				"msm-dai-q6-dev.12288", "msm-dai-q6-dev.12289",
				"msm-dai-q6-dev.12292", "msm-dai-q6-dev.12293";
				"msm-dai-q6-dev.12292", "msm-dai-q6-dev.12293",
				"msm-dai-q6-dev.16396";
		asoc-codec = <&stub_codec>, <&hdmi_dba>;
		asoc-codec-names = "msm-stub-codec.1", "msm-hdmi-dba-codec-rx";
	};