From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/sound/soc/codecs/es7202.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sound/soc/codecs/es7202.h b/kernel/sound/soc/codecs/es7202.h index b4b9477..74aa7d5 100644 --- a/kernel/sound/soc/codecs/es7202.h +++ b/kernel/sound/soc/codecs/es7202.h @@ -42,7 +42,7 @@ /* ES7202 User Marco define */ #define VDD_1V8 0 #define VDD_3V3 1 -#define ES7202_VDD_VOLTAGE VDD_3V3 +#define MAX_VOLTAGE_1_8 1980000 /* * Select Microphone channels for mic array -- Gitblit v1.6.2