]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Fix speakers on Lunnen Ground 14
authorNikita Maksimov <nickstogramm@yandex.ru>
Mon, 20 Jul 2026 18:02:14 +0000 (21:02 +0300)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jul 2026 18:47:49 +0000 (20:47 +0200)
commit5c3f8dac531b454bf67b6ee3c2aac89f0aaaef74
tree4bf8f4198e7ea0f6d4f1698f93ba23b93de0a47e
parentbdefe1346a8e6b8dc8593406dc2617e985fcbcab
ALSA: hda/realtek: Fix speakers on Lunnen Ground 14

The firmware on the Lunnen Ground 14 marks pin 0x1b as unused even
though the internal speakers are connected to it. As a result, the
speakers are not detected.

Add a pin configuration quirk for PCI subsystem ID 2782:a212 to configure
pin 0x1b as an internal speaker.

The pin configuration was tested on a Lunnen Ground 14 (DMI product LL4FA)
with an ALC269VC codec. The internal speakers and microphone work as
expected.

Cc: stable@vger.kernel.org
Signed-off-by: Nikita Maksimov <nickstogramm@yandex.ru>
Link: https://patch.msgid.link/20260720180214.73770-1-nickstogramm@yandex.ru
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c