All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10
@ 2021-07-20 15:32 Kai Vehmanen
  2021-07-20 15:41 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Vehmanen @ 2021-07-20 15:32 UTC (permalink / raw)
  To: alsa-devel, tiwai; +Cc: kai.vehmanen

On some Intel NUC10 variants, codec reports AC_JACK_PORT_NONE as
pin default config for all pins. This results in broken audio.
Add a quirk to force connectivity.

BugLink: https://github.com/clearlinux/distribution/issues/2396
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 2be5eaa3d968..65d2c5539919 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -1945,6 +1945,7 @@ 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),
+	SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1),
 	{}
 };
 

base-commit: 89b4a874d2af12ad13c1c36cdc93bbc05f56cd97
-- 
2.32.0


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

* Re: [PATCH] ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10
  2021-07-20 15:32 [PATCH] ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10 Kai Vehmanen
@ 2021-07-20 15:41 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-07-20 15:41 UTC (permalink / raw)
  To: Kai Vehmanen; +Cc: alsa-devel

On Tue, 20 Jul 2021 17:32:16 +0200,
Kai Vehmanen wrote:
> 
> On some Intel NUC10 variants, codec reports AC_JACK_PORT_NONE as
> pin default config for all pins. This results in broken audio.
> Add a quirk to force connectivity.
> 
> BugLink: https://github.com/clearlinux/distribution/issues/2396
> Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2021-07-20 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 15:32 [PATCH] ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10 Kai Vehmanen
2021-07-20 15:41 ` Takashi Iwai

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.