All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kai Vehmanen <kai.vehmanen@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH 1/3] ALSA: hda/hdmi: add connect-all quirk for NUC5CPYB
Date: Mon,  4 Dec 2023 16:09:53 +0200	[thread overview]
Message-ID: <20231204140955.2020491-2-kai.vehmanen@linux.intel.com> (raw)
In-Reply-To: <20231204140955.2020491-1-kai.vehmanen@linux.intel.com>

Add one more older NUC model that requires quirk to force
all pins to be connected.

Without this quirk, only one pin is registered as a PCM and
this leads to failures in monitor connection tests (igt
test kms_hdmi_inject@inject-audio).

Link: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/3
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 1cde2a69bdb4..b152c941414f 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1994,6 +1994,7 @@ static const struct snd_pci_quirk force_connect_list[] = {
 	SND_PCI_QUIRK(0x103c, 0x8711, "HP", 1),
 	SND_PCI_QUIRK(0x103c, 0x8715, "HP", 1),
 	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


  reply	other threads:[~2023-12-04 14:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 14:09 [Intel-gfx] [PATCH 0/3] ALSA: hda/hdmi: add SKL/KBL connect-all quirks Kai Vehmanen
2023-12-04 14:09 ` Kai Vehmanen [this message]
2023-12-04 14:09 ` [Intel-gfx] [PATCH 2/3] ALSA: hda/hdmi: add connect-all quirk for ASUSTeK Prime B560M-A Kai Vehmanen
2023-12-04 14:09 ` [Intel-gfx] [PATCH 3/3] ALSA: hda/hdmi: add connect-all quirk for ASUSTeK Z170 Pro Kai Vehmanen
2023-12-04 14:26 ` [Intel-gfx] [PATCH 0/3] ALSA: hda/hdmi: add SKL/KBL connect-all quirks Saarinen, Jani
2023-12-05 12:00   ` Saarinen, Jani
2023-12-04 23:32 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-12-05  6:02 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2023-12-05 13:48   ` Hogander, Jouni
2023-12-05 13:50 ` [Intel-gfx] [PATCH 0/3] " Hogander, Jouni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231204140955.2020491-2-kai.vehmanen@linux.intel.com \
    --to=kai.vehmanen@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.