diff options
| author | Kailang Yang <kailang@realtek.com> | 2024-10-25 16:37:57 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-22 15:38:34 +0100 |
| commit | 630adf4d66f78cfca5ac28beed2ed2d1efb02aed (patch) | |
| tree | 95b5c13415209110ce4cea9ebd8e0086602e4139 /sound | |
| parent | 8bbf0ab631cdf1dade6745f137cff98751e6ced7 (diff) | |
| download | linux-630adf4d66f78cfca5ac28beed2ed2d1efb02aed.tar.gz linux-630adf4d66f78cfca5ac28beed2ed2d1efb02aed.tar.bz2 linux-630adf4d66f78cfca5ac28beed2ed2d1efb02aed.zip | |
ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
commit 42ee87df8530150d637aa48363b72b22a9bbd78f upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3c48036fdf0b..6b69532c3aee 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11064,6 +11064,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}), {} }; |
