From: Kai-Heng Feng Date: Tue, 11 Aug 2020 09:53:34 +0000 (+0800) Subject: ALSA: hda/hdmi: Use force connectivity quirk on another HP desktop X-Git-Tag: Ubuntu-5.13.0-19.19~5261^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d96f27c80b65437a7b572647ecb4717ec9a50c98;p=mirror_ubuntu-jammy-kernel.git 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 Link: https://lore.kernel.org/r/20200811095336.32396-1-kai.heng.feng@canonical.com Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index 4bbd12d3b1b5..b8c8490e568b 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1863,6 +1863,7 @@ static int hdmi_add_cvt(struct hda_codec *codec, hda_nid_t cvt_nid) } static const struct snd_pci_quirk force_connect_list[] = { + SND_PCI_QUIRK(0x103c, 0x870f, "HP", 1), SND_PCI_QUIRK(0x103c, 0x871a, "HP", 1), {} };