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

Commit e90dc4c7 authored by Erin Yan's avatar Erin Yan
Browse files

ARM: dts: msm: add snd evt client nodes for sa6155



Add SND event framework client nodes for SSR support
on sa6155 automotive platforms.

Change-Id: Ifb5bd2d4bc3c45e2c86dce8053465f4212128d46
Signed-off-by: default avatarErin Yan <xinyey@codeaurora.org>
parent d7e13e27
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@
		status = "ok";
	};

	audio_apr: qcom,msm-audio-apr {
		status = "ok";
	};

	qcom,glink {
		modem {
			status = "disabled";
+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@
		status = "ok";
	};

	audio_apr: qcom,msm-audio-apr {
		status = "ok";
	};

	qcom,glink {
		modem {
			status = "disabled";
+5 −1
Original line number Diff line number Diff line
@@ -410,15 +410,18 @@
&audio_apr {
	status = "ok";
	q6core: qcom,q6core-audio {
		status = "disabled";
		status = "ok";
		sm6150_snd: sound {
			status = "disabled";
		};

		bolero: bolero-cdc {
			status = "disabled";
		};
	};
};

&q6core {
	sound-adp-star {
		status = "ok";
		compatible = "qcom,sa6155-asoc-snd-adp-star";
@@ -505,6 +508,7 @@
				"msm-dai-q6-tdm.36935";
		asoc-codec = <&stub_codec>;
		asoc-codec-names = "msm-stub-codec.1";
		qcom,msm_audio_ssr_devs = <&audio_apr>, <&q6core>;
	};
};