* Clevo Platfrom with ALC255
@ 2024-11-11 6:49 Kailang
2024-11-12 14:40 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Kailang @ 2024-11-11 6:49 UTC (permalink / raw)
To: Takashi Iwai (tiwai@suse.de); +Cc: (alsa-devel@alsa-project.org)
[-- Attachment #1: Type: text/plain, Size: 94 bytes --]
Hi Takashi,
Attach was let Clevo platform with ALC255 enable headset Mic.
BR,
Kailang
[-- Attachment #2: 0000-alc255-clevo-headset-mic.patch --]
[-- Type: application/octet-stream, Size: 906 bytes --]
From fa4f30df7d6154aeaa8e94aa99e2f814eb504557 Mon Sep 17 00:00:00 2001
From: Kailang Yang <kailang@realtek.com>
Date: Fri, 25 Oct 2024 16:37:57 +0800
Subject: [PATCH] ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
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>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 1c1a668dc0e0..61fde834ac3e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -11566,6 +11566,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}),
{}
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-12 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-11 6:49 Clevo Platfrom with ALC255 Kailang
2024-11-12 14:40 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox