mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Reenable OPi 2 codec
This commit is contained in:
parent
6879b901fb
commit
af53caee16
1 changed files with 19 additions and 0 deletions
19
patch/kernel/sun8i-dev/enable-codec-opi-2.patch
Normal file
19
patch/kernel/sun8i-dev/enable-codec-opi-2.patch
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
|
||||||
|
index 50e7e770..16845848 100644
|
||||||
|
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
|
||||||
|
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts
|
||||||
|
@@ -107,6 +107,14 @@
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
+&codec {
|
||||||
|
+ allwinner,audio-routing =
|
||||||
|
+ "Line Out", "LINEOUT",
|
||||||
|
+ "MIC1", "Mic",
|
||||||
|
+ "Mic", "MBIAS";
|
||||||
|
+ status = "okay";
|
||||||
|
+};
|
||||||
|
+
|
||||||
|
&de {
|
||||||
|
status = "okay";
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue