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

Commit 314f31fe authored by Mousumi Jana's avatar Mousumi Jana
Browse files

ARM: dts: qcom: add slate VA interface

Configure dynamic addition of VA dai-link based on dt property.

Change-Id: I63e53c2b7340798f7b0679336d225d1950ee33d6
parent 1d1d4c48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1968,6 +1968,7 @@ Optional properties:
- qcom,ext-disp-audio-rx: Property to specify if Audio over Display port is supported for the target
- qcom,wcn-btfm : Property to specify if WCN BT/FM chip is used for the target
- qcom,mi2s-audio-intf: Property to specify if MI2S interface is used for the target
- qcom,cc-va-intf-enable : Property to specify if VA interface is used for the target
- qcom,auxpcm-audio-intf: Property to specify if Aux PCM interface is used for the target
- qcom,cdc-dmic-gpios : phandle for Digital mic clk and data gpios.
- qcom,msm_audio_ssr_devs: List the snd event framework clients
@@ -1983,6 +1984,7 @@ Example:
		status = "okay";
		compatible = "qcom,monaco-asoc-snd";
		qcom,mi2s-audio-intf = <0>;
		qcom,cc-va-intf-enable = <0>;
		qcom,auxpcm-audio-intf = <0>;
		qcom,tdm-audio-intf = <0>;
		qcom,wcn-btfm = <0>;
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@

	monaco_snd: sound {
		qcom,mi2s-audio-intf = <0>;
		qcom,cc-va-intf-enable = <0>;
		qcom,auxpcm-audio-intf = <0>;
		qcom,tdm-audio-intf = <0>;
		qcom,wcn-btfm = <0>;
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@

	monaco_snd: sound {
		qcom,mi2s-audio-intf = <0>;
		qcom,cc-va-intf-enable = <0>;
		qcom,auxpcm-audio-intf = <0>;
		qcom,tdm-audio-intf = <0>;
		qcom,wcn-btfm = <0>;
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
	monaco_snd: sound {
		compatible = "qcom,monaco-asoc-snd";
		qcom,mi2s-audio-intf = <1>;
		qcom,cc-va-intf-enable = <1>;
	};
};

+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@

	monaco_snd: sound {
		qcom,mi2s-audio-intf = <0>;
		qcom,cc-va-intf-enable = <0>;
		qcom,auxpcm-audio-intf = <0>;
		qcom,tdm-audio-intf = <0>;
		qcom,wcn-btfm = <0>;
Loading