Re: [PATCH] ALSA: hda/hdmi: Add HP EliteDesk 800 G5 Mini to force_connect_list
Takashi Iwai <[email protected]> Fri, 12 Jun 2026 11:05:00 +0200
| Newsgroups | org.alsa-project.alsa-devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 12 Jun 2026 05:38:42 +0200, Cameron Graham wrote: > > > Â 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: Cam Graham <[email protected]> > Â --- > Â Â sound/hda/codecs/hdmi/hdmi.c | 1 + > Â Â 1 file changed, 1 insertion(+) > > Â diff --git a/sound/hda/codecs/hdmi/hdmi.c b/sound/hda/codecs/hdmi/hdmi.c > Â index ... > Â --- a/sound/hda/codecs/hdmi/hdmi.c > Â +++ b/sound/hda/codecs/hdmi/hdmi.c > Â @@ -1551,6 +1551,7 @@ static const struct snd_pci_quirk force_connect_list[] > = { > Â Â Â Â 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), The patch isn't properly formatted for an e-mail submission (two spaces are added in all lines). Also, use [email protected] for the kernel patch instead of alsa-devel ML. Please resubmit the correct patch to linux-sound ML. thanks, Takashi