From 09587c7785065e5cffb5cf5a9b28eeb13c574fe8 Mon Sep 17 00:00:00 2001 From: MastaG Date: Tue, 17 Dec 2019 09:33:19 +0100 Subject: [PATCH 22/24] MEMEKA: fix ODROID-XU3 headphone-jack volume --- sound/soc/codecs/max98090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index 032adc14562d..6448a4186618 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c @@ -651,7 +651,7 @@ static const struct snd_kcontrol_new max98090_snd_controls[] = { SOC_DOUBLE_R_TLV("Headphone Volume", M98090_REG_LEFT_HP_VOLUME, M98090_REG_RIGHT_HP_VOLUME, M98090_HPVOLL_SHIFT, - M98090_HPVOLL_NUM - 1, 0, max98090_hp_tlv), + M98090_HPVOLL_NUM - 1 + 24, 0, max98090_hp_tlv), SOC_DOUBLE_R_RANGE_TLV("Speaker Volume", M98090_REG_LEFT_SPK_VOLUME, M98090_REG_RIGHT_SPK_VOLUME, -- 2.20.1