From bff3d3009b0d3a2be3ed92e4817fcabee9e76955 Mon Sep 17 00:00:00 2001
From: huangcm <1263938474@qq.com>
Date: Sat, 26 Apr 2025 03:02:48 +0000
Subject: [PATCH] feat(audio): fix audio pop pro

---
 longan/device/config/chips/a133/configs/c3/kickpi-k5c.dts |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/longan/device/config/chips/a133/configs/c3/kickpi-k5c.dts b/longan/device/config/chips/a133/configs/c3/kickpi-k5c.dts
index 454790e..00b19e1 100755
--- a/longan/device/config/chips/a133/configs/c3/kickpi-k5c.dts
+++ b/longan/device/config/chips/a133/configs/c3/kickpi-k5c.dts
@@ -972,9 +972,9 @@
 			lineout_vol 	= <0x1a>;
 			headphonegain	= <0x00>;
 			/* Pa enabled about */
-			pa_level 	= <0x00>;
+			pa_level 	= <0x01>;
 			pa_msleep_time 	= <0x78>;
-			//gpio-spk = <&pio PB 7 1 1 1 1>;
+			gpio-spk = <&pio PB 7 1 1 1 1>;
 			/* regulator about */
 			avcc-supply = <&reg_aldo1>;
 			cpvin-supply = <&reg_eldo1>;
@@ -1346,11 +1346,11 @@
 				linux,default_trigger = "heartbeat";
 			};
 
-            spk_en {
-                label = "spk_en";
-                gpios = <&pio PB 7 1 0 1 0>;
-				linux,default_trigger = "default-on";
-            };
+            // spk_en {
+            //     label = "spk_en";
+            //     gpios = <&pio PB 7 1 0 1 0>;
+			// 	linux,default_trigger = "default-on";
+            // };
 
 			fan_en {
 				label = "fan_en";

--
Gitblit v1.6.2