mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
update xbian-4.4 to 3bde863 update linux config files to disable suspend (kodi patch can be removed later)
26 lines
793 B
Diff
26 lines
793 B
Diff
From 3499e0d1703d361277e65419178152d792bd55dc Mon Sep 17 00:00:00 2001
|
|
From: Peter Vicman <peter.vicman@gmail.com>
|
|
Date: Mon, 4 Jan 2016 19:55:37 +0100
|
|
Subject: [PATCH] rename sgtl5000 codec
|
|
|
|
---
|
|
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
|
|
index 2003262..d2446ef 100644
|
|
--- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
|
|
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
|
|
@@ -62,7 +62,7 @@
|
|
"Mic Jack", "Mic Bias",
|
|
"Headphone Jack", "HP_OUT";
|
|
compatible = "fsl,imx-audio-sgtl5000";
|
|
- model = "On-board Codec";
|
|
+ model = "imx-sgtl5000";
|
|
mux-ext-port = <5>;
|
|
mux-int-port = <1>;
|
|
ssi-controller = <&ssi1>;
|
|
--
|
|
1.8.1.2
|
|
|