diff options
author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2020-08-11 17:53:34 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-08-12 17:46:18 +0200 |
commit | d96f27c80b65437a7b572647ecb4717ec9a50c98 (patch) | |
tree | 10d9a95f5cbf2449c7548186b21efc3683f458ac /sound | |
parent | e5b1d9776ad3817a8c90336038bf7a219425b57f (diff) | |
download | linux-d96f27c80b65437a7b572647ecb4717ec9a50c98.tar.bz2 |
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 <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20200811095336.32396-1-kai.heng.feng@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
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), {} }; |