]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
authorKailang Yang <kailang@realtek.com>
Fri, 25 Oct 2024 08:37:57 +0000 (16:37 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 12 Nov 2024 14:39:44 +0000 (15:39 +0100)
Clevo platform with ALC255 Headset Mic was disable by default.
Assigned verb table for Mic pin will enable it.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/b2dcac3e09ef4f82b36d6712194e1ea4@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 571fa8a6c9e1204892a93ffb24acce65400ce4b2..3a0bb152c9ebca9aa295496efa5a58b1e884def9 100644 (file)
@@ -11673,6 +11673,8 @@ static const struct snd_hda_pin_quirk alc269_fallback_pin_fixup_tbl[] = {
                {0x1a, 0x40000000}),
        SND_HDA_PIN_QUIRK(0x10ec0256, 0x1043, "ASUS", ALC2XX_FIXUP_HEADSET_MIC,
                {0x19, 0x40000000}),
+       SND_HDA_PIN_QUIRK(0x10ec0255, 0x1558, "Clevo", ALC2XX_FIXUP_HEADSET_MIC,
+               {0x19, 0x40000000}),
        {}
 };