Skip to content

Commit 7e1e206

Browse files
Steven 'Steve' Kendalltiwai
authored andcommitted
ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list
In recent HP UEFI firmware (likely v2.15 and above, tested on 2.27), these pins are incorrectly set for HDMI/DP audio. Tested on HP MP9 G4 Retail System AMS. Tested audio with two monitors connected via DisplayPort. Link: https://forum.manjaro.org/t/intel-cannon-lake-pch-cavs-conexant-cx20632-no-sound-at-hdmi-or-displayport/133494 Link: https://bbs.archlinux.org/viewtopic.php?id=270523 Signed-off-by: Steven 'Steve' Kendall <[email protected]> Cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 15b7a03 commit 7e1e206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,6 +1989,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid)
19891989
}
19901990

19911991
static const struct snd_pci_quirk force_connect_list[] = {
1992+
SND_PCI_QUIRK(0x103c, 0x83ef, "HP MP9 G4 Retail System AMS", 1),
19921993
SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1),
19931994
SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1),
19941995
SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1),

0 commit comments

Comments
 (0)