VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Takashi Iwai <tiwai@suse.de> 2021-07-16 15:56:00 +0200 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-07-28 14:37:35 +0200 commit: 7810cd82b1ad3c9422242933ad6dd435e1ebc3a9 parent: 7b75c0f0a668d8bb037427a1bfa2d5944ae2c7a5
Commit Summary:
ALSA: hdmi: Expose all pins on MSI MS-7C94 board
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 4b2cc8cb55c4..84c088912b3c 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1940,6 +1940,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),
+	SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1),
 	{}
 };