]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:50 +0000 (12:00 +0200)
commit787c2b3461201fac051c20b979a4771c34ea686a
tree798cca04fe579cc3e69b2749133a16bf231ee497
parent3eef9a4f5b7d4afda4415cca1794c4307f7d98f3
ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8

commit cb2deca056d579fe008c8d0a4ceb04d2b368fe42 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c