mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
MEMEKA: fix ODROID-XU3 headphone-jack volume
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
b786242eb0
commit
18882db4a0
@@ -657,7 +657,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,
|
||||
|
||||
Reference in New Issue
Block a user