Skip to content

Commit 31b5739

Browse files
Jiao Zhoutiwai
authored andcommitted
ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
HDMI audio is not working on the HP EliteDesk 800 G6 because the pin is unconnected. This issue can be resolved by using the 'hdajackretask' tool to override the unconnected pin to force it to connect. Signed-off-by: Jiao Zhou <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 8ec2d95 commit 31b5739

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
@@ -1975,6 +1975,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid)
19751975
static const struct snd_pci_quirk force_connect_list[] = {
19761976
SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1),
19771977
SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1),
1978+
SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1),
19781979
SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1),
19791980
SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1),
19801981
{}

0 commit comments

Comments
 (0)