From 23a1c7c46b01dff1419513e0e785ad078eab652e Mon Sep 17 00:00:00 2001 From: Daniel Jacob Chittoor Date: Mon, 2 Feb 2026 00:49:18 +0530 Subject: [PATCH] ASoC: aw882xx: Increase earpiece max gain to 60 Raise AW_EARPIECE_MAX_GAIN from 40 to 60 to allow higher volume output through the earpiece speaker. --- sound/soc/codecs/aw882xx/aw882xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/aw882xx/aw882xx.h b/sound/soc/codecs/aw882xx/aw882xx.h index 393881197f98..26e92491bb86 100644 --- a/sound/soc/codecs/aw882xx/aw882xx.h +++ b/sound/soc/codecs/aw882xx/aw882xx.h @@ -32,7 +32,7 @@ #define AW882XX_CFG_NAME_MAX (64) #define AW_FADE_OUT_TARGET_VOL (90 * 2) -#define AW_EARPIECE_MAX_GAIN (40) +#define AW_EARPIECE_MAX_GAIN (60) #define AW882XX_VOLUME_STEP_DB (6 * 2) -- GitLab