File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 908
908
status = "okay";
909
909
};
910
910
911
+ &q6asmdai {
912
+ dai@0 {
913
+ reg = <0>;
914
+ };
915
+
916
+ dai@1 {
917
+ reg = <1>;
918
+ };
919
+
920
+ dai@2 {
921
+ reg = <2>;
922
+ };
923
+ };
924
+
911
925
&sound {
912
926
compatible = "qcom,apq8096-sndcard";
913
927
model = "DB820c";
914
- audio-routing = "RX_BIAS", "MCLK";
928
+ audio-routing = "RX_BIAS", "MCLK",
929
+ "MM_DL1", "MultiMedia1 Playback",
930
+ "MM_DL2", "MultiMedia2 Playback",
931
+ "MultiMedia3 Capture", "MM_UL3";
915
932
916
933
mm1-dai-link {
917
934
link-name = "MultiMedia1";
Original file line number Diff line number Diff line change 2066
2066
reg = <APR_SVC_ASM>;
2067
2067
q6asmdai: dais {
2068
2068
compatible = "qcom,q6asm-dais";
2069
+ #address-cells = <1>;
2070
+ #size-cells = <0>;
2069
2071
#sound-dai-cells = <1>;
2070
2072
iommus = <&lpass_q6_smmu 1>;
2071
2073
};
You can’t perform that action at this time.
0 commit comments