All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/hdmi: add force-connect quirk for ASUSTeK Z170M Pro
@ 2023-12-07 17:07 Kai Vehmanen
  2023-12-08  0:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Kai Vehmanen @ 2023-12-07 17:07 UTC (permalink / raw)
  To: intel-gfx

On ASUSTeK Z170M PRO GAMING + Intel Kaby Lake system the display codec
pins are not registered properly without the force-connect quirk. The
codec will report only one pin as having external connectivity, but i915
finds all all three connectors on the system, so the two drivers are not
in sync.

Link: https://gitlab.freedesktop.org/drm/intel/-/issues/9801
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
---
 sound/pci/hda/patch_hdmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 3d7f8f510ec7..8bf91fe25c65 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1995,6 +1995,7 @@ static const struct snd_pci_quirk force_connect_list[] = {
 	SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1),
 	SND_PCI_QUIRK(0x1043, 0x8694, "ASUS", 1),  /* SKL/KBL + PRIME B560M-A */
 	SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1),  /* SKL + Z170 PRO */
+	SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1),  /* KBL + Z170M PRO */
 	SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1),
 	SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1),
 	SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1),
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-11 16:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 17:07 [PATCH] ALSA: hda/hdmi: add force-connect quirk for ASUSTeK Z170M Pro Kai Vehmanen
2023-12-08  0:06 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2023-12-08  0:20 ` ✓ Fi.CI.BAT: success " Patchwork
2023-12-08  7:27   ` Saarinen, Jani
2023-12-08  7:57 ` ✗ Fi.CI.IGT: failure " Patchwork
2023-12-08  8:02   ` Saarinen, Jani
2023-12-08 11:07     ` Kai Vehmanen
2023-12-11 16:52 ` [PATCH] " Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.