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

Commit f8677c3c authored by Derek Chen's avatar Derek Chen
Browse files

ARM: dts: msm: add snd evt nodes for sa8155 auto platform



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

Change-Id: I5abdfee7546453730ef24823b7bd35808f183bdb
Signed-off-by: default avatarDerek Chen <chenche@codeaurora.org>
parent 1c01792c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -441,6 +441,10 @@
};

&audio_apr {
	q6core: qcom,q6core-audio {
		compatible = "qcom,q6core-audio";
	};

	snd_9360: sound-pahu {
		status = "disabled";
	};
@@ -448,7 +452,9 @@
	snd_934x: sound-tavil {
		status = "disabled";
	};
};

&q6core {
	sound-adp-star {
		compatible = "qcom,sa8155-asoc-snd-adp-star";
		qcom,model = "sa8155-adp-star-snd-card";
@@ -536,6 +542,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>;
	};
};

+7 −0
Original line number Diff line number Diff line
@@ -418,6 +418,12 @@
};

&audio_apr {
	q6core: qcom,q6core-audio {
		compatible = "qcom,q6core-audio";
	};
};

&q6core {
	sound-adp-star {
		compatible = "qcom,sa8155-asoc-snd-adp-star";
		qcom,model = "sa8155-adp-star-snd-card";
@@ -505,6 +511,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>;
	};
};