]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
authorVasiliy Kovalev <kovalev@altlinux.org>
Sat, 7 Dec 2024 20:18:36 +0000 (23:18 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2025 12:30:03 +0000 (13:30 +0100)
commit7815958273f3240a7f09938ca187e9ccb7f29b8f
treeb086b31aa84ba84a73b1de549751829345fd43e7
parent1ea629e7bb2fb40555e5e01a1b5095df31287017
ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model

[ Upstream commit 50db91fccea0da5c669bc68e2429e8de303758d3 ]

Introduces the alc2xx-fixup-headset-mic model to simplify enabling
headset microphones on ALC2XX codecs.

Many recent configurations, as well as older systems that lacked this
fix for a long time, leave headset microphones inactive by default.
This addition provides a flexible workaround using the existing
ALC2XX_FIXUP_HEADSET_MIC quirk.

Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org>
Link: https://patch.msgid.link/20241207201836.6879-1-kovalev@altlinux.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/patch_realtek.c