]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Add quirk for HP Z66 G6 14 laptop
authorMinxi Hou <houminxi@gmail.com>
Mon, 18 May 2026 03:15:42 +0000 (11:15 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 18 May 2026 05:08:06 +0000 (07:08 +0200)
commit532d06c646a6ed5c8701eb483dd64c7002c87f71
treeefdb874c886fbfa7b79d8a3c1f67901f4a896808
parente4d3386b74fba8e01280484b67ee481ece00201e
ALSA: hda/realtek: Add quirk for HP Z66 G6 14 laptop

The HP Z66 G6 14 inch laptop uses the ALC236 codec with subsystem ID
0x103c:8df7. Without a quirk entry, the PCI SSID falls back to the
generic 0x103c:0000 fixup, which does not configure the mute/micmute
LED GPIOs correctly.

Add the SND_PCI_QUIRK entry for this model using
ALC236_FIXUP_HP_GPIO_LED, matching the surrounding HP EliteBook G12
entries (0x8dec-0x8dfe) which share the same ALC236 codec and GPIO LED
layout.

Signed-off-by: Minxi Hou <houminxi@gmail.com>
Link: https://patch.msgid.link/20260518031542.2899188-1-houminxi@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c