From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- 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