mirror of https://github.com/armbian/build.git
BananaPi BPI-M4-Zero: `codec node not currently required`
Remove node temporarily as I believe it will be required in the future for routing Audio. Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
parent
4aea37cb98
commit
a5808ff60b
|
|
@ -424,10 +424,10 @@ index 46e07893c653..12cdbdccf133 100644
|
|||
};
|
||||
};
|
||||
|
||||
+&codec {
|
||||
+/* &codec {
|
||||
+ status = "okay";
|
||||
+ allwinner,audio-routing = "Hdmi", "HDMI";
|
||||
+};
|
||||
+}; */
|
||||
+
|
||||
/* Connected to an on-board RTL8821CU USB WiFi chip. */
|
||||
&ehci1 {
|
||||
|
|
|
|||
|
|
@ -424,10 +424,10 @@ index 46e07893c653..12cdbdccf133 100644
|
|||
};
|
||||
};
|
||||
|
||||
+&codec {
|
||||
+/* &codec {
|
||||
+ status = "okay";
|
||||
+ allwinner,audio-routing = "Hdmi", "HDMI";
|
||||
+};
|
||||
+}; */
|
||||
+
|
||||
/* Connected to an on-board RTL8821CU USB WiFi chip. */
|
||||
&ehci1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue