Skip to content

Instantly share code, notes, and snippets.

@Geofferey
Last active May 4, 2022 11:30
Show Gist options
  • Save Geofferey/1d7611d9203301659961d8ec073cc7fe to your computer and use it in GitHub Desktop.
Save Geofferey/1d7611d9203301659961d8ec073cc7fe to your computer and use it in GitHub Desktop.
--- arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi 2022-04-27 05:41:17.000000000 -0700
+++ arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi 2022-05-03 23:07:40.851897877 -0700
@@ -276,18 +276,6 @@
#address-cells = <1>;
#size-cells = <0>;
- dai-link@0 {
- link-name = "MultiMedia0";
- reg = <MI2S_PRIMARY>;
- cpu {
- sound-dai = <&lpass_cpu MI2S_PRIMARY>;
- };
-
- sound_multimedia0_codec: codec {
- sound-dai = <&alc5682 0 /* aif1 */>;
- };
- };
-
dai-link@1 {
link-name = "MultiMedia1";
reg = <MI2S_SECONDARY>;
@@ -300,6 +288,18 @@
};
};
+ dai-link@0 {
+ link-name = "MultiMedia0";
+ reg = <MI2S_PRIMARY>;
+ cpu {
+ sound-dai = <&lpass_cpu MI2S_PRIMARY>;
+ };
+
+ sound_multimedia0_codec: codec {
+ sound-dai = <&alc5682 0 /* aif1 */>;
+ };
+ };
+
dai-link@5 {
link-name = "MultiMedia2";
reg = <LPASS_DP_RX>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment