On Tue, 02 Mar 2021 19:04:14 +0100, Werner Sembach wrote:
ALSA: hda/realtek: Add quirk for Intel NUC 10
I guess you added a subject line twice here. This line can be dropped.
This adds a new SND_PCI_QUIRK(...) and applies it to the Intel NUC 10 devices. This fixes the issue of the devices not having audio input and output on the headset jack because the kernel does not recognize when something is plugged in.
The new quirk was inspired by the quirk for the Intel NUC 8 devices, but it turned out that the NUC 10 uses another pin. This information was acquired by black box testing likely pins.
Co-developed-by: Eckhart Mohr e.mohr@tuxedocomputers.com Signed-off-by: Eckhart Mohr e.mohr@tuxedocomputers.com Signed-off-by: Werner Sembach wse@tuxedocomputers.com Cc: stable@vger.kernel.org
Resend of this patch with git send-email, because last patch got tabs replaced with spaces.
Applied, thanks.
Takashi