]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: hda/hdmi: Add force-connect quirk for HP EliteDesk 800 G5 Mini
authorCameron Graham <cam.graham@gmail.com>
Fri, 12 Jun 2026 09:46:01 +0000 (21:46 +1200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 12 Jun 2026 12:20:38 +0000 (14:20 +0200)
The HP EliteDesk 800 G5 Mini (PCI subsystem 103c:8595) uses
Cannon Lake PCH cAVS HDA with DisplayPort audio pins 0x05 and
0x06 set to AC_JACK_PORT_NONE (N/A) in BIOS defaults, causing
hdmi_add_pin() to skip them and the DP audio device to not
appear in ALSA.

Add the board to the existing force_connect_list alongside the
similar HP EliteDesk 800 G4 entries.

Signed-off-by: Cameron Graham <cam.graham@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20260612094601.1209845-1-cam.graham@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/hdmi/hdmi.c

index 423cd9f683c62957af84e1df8dff1910edcd661e..1f4d646724edcae12de6d9f88a9557decd87ba35 100644 (file)
@@ -1549,6 +1549,7 @@ static const struct snd_pci_quirk force_connect_list[] = {
        SND_PCI_QUIRK(0x103c, 0x83e2, "HP EliteDesk 800 G4", 1),
        SND_PCI_QUIRK(0x103c, 0x83ef, "HP MP9 G4 Retail System AMS", 1),
        SND_PCI_QUIRK(0x103c, 0x845a, "HP EliteDesk 800 G4 DM 65W", 1),
+       SND_PCI_QUIRK(0x103c, 0x8595, "HP EliteDesk 800 G5 Mini", 1),
        SND_PCI_QUIRK(0x103c, 0x83f3, "HP ProDesk 400", 1),
        SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1),
        SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1),