]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
authorNikolai Afanasenkov <nikolai.afanasenkov@hp.com>
Mon, 16 Sep 2024 19:50:42 +0000 (13:50 -0600)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Sep 2024 08:10:18 +0000 (10:10 +0200)
commitcb2deca056d579fe008c8d0a4ceb04d2b368fe42
tree9f5e19cb3d8331dbdbadf31754c42b3a6ea7fc00
parent64c0ce555ad2d84f497f5f584ddd31e87ac690a2
ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8

The HP Elite mt645 G8 Mobile Thin Client uses an ALC236 codec
and needs the ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk
to enable the mute and micmute LED functionality.

This patch adds the system ID of the HP Elite mt645 G8
to the `alc269_fixup_tbl` in `patch_realtek.c`
to enable the required quirk.

Cc: stable@vger.kernel.org
Signed-off-by: Nikolai Afanasenkov <nikolai.afanasenkov@hp.com>
Link: https://patch.msgid.link/20240916195042.4050-1-nikolai.afanasenkov@hp.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c