Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: rt5616: add missing mute control for HPVOL

Add missing kcontrol for HPVOL mute control.

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

John Lin and committed by
Mark Brown
d7fcd136 288bc356

+2
+2
sound/soc/codecs/rt5616.c
··· 309 309 /* Headphone Output Volume */ 310 310 SOC_DOUBLE("HP Playback Switch", RT5616_HP_VOL, 311 311 RT5616_L_MUTE_SFT, RT5616_R_MUTE_SFT, 1, 1), 312 + SOC_DOUBLE("HPVOL Playback Switch", RT5616_HP_VOL, 313 + RT5616_VOL_L_SFT, RT5616_VOL_R_SFT, 1, 1), 312 314 SOC_DOUBLE_TLV("HP Playback Volume", RT5616_HP_VOL, 313 315 RT5616_L_VOL_SFT, RT5616_R_VOL_SFT, 39, 1, out_vol_tlv), 314 316 /* OUTPUT Control */