Skip to content

Commit d96f27c

Browse files
khfengtiwai
authored andcommitted
ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop
There's another HP desktop has buggy BIOS which flags the Port Connectivity bit as no connection. Apply force connectivity quirk to enable DP/HDMI audio. Signed-off-by: Kai-Heng Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent e5b1d97 commit d96f27c

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
@@ -1863,6 +1863,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid)
18631863
}
18641864

18651865
static const struct snd_pci_quirk force_connect_list[] = {
1866+
SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1),
18661867
SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1),
18671868
{}
18681869
};

0 commit comments

Comments
 (0)