All of lore.kernel.org
 help / color / mirror / Atom feed
* Add supported for more Lenovo ALC285 Headset Button
@ 2020-12-11  7:34 Kailang
  0 siblings, 0 replies; only message in thread
From: Kailang @ 2020-12-11  7:34 UTC (permalink / raw)
  To: Takashi Iwai (tiwai@suse.de); +Cc:  (alsa-devel@alsa-project.org)

[-- Attachment #1: Type: text/plain, Size: 110 bytes --]

Hi Takashi,

This platform had more SSID.
So, use pin quirk for this platform.

Many Thanks.

Kailang

[-- Attachment #2: 0000-alc285-more-thinkpad-hsb.patch --]
[-- Type: application/octet-stream, Size: 987 bytes --]

From d755b8590422f4abb58f4c1faa85b83a6ade5700 Mon Sep 17 00:00:00 2001
From: kailang <kailang@realtek.com>
Date: Fri, 11 Dec 2020 14:17:09 +0800
Subject: [PATCH] ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button

Add supported for more Lenovo ALC285 Headset Button.

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 8616c5624870..a9755c7eabe3 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8573,6 +8573,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
 		{0x12, 0x90a60130},
 		{0x19, 0x03a11020},
 		{0x21, 0x0321101f}),
+	SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK,
+		{0x14, 0x90170110},
+		{0x19, 0x04a11040},
+		{0x21, 0x04211020}),
 	SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE,
 		{0x12, 0x90a60130},
 		{0x14, 0x90170110},

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-11  7:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  7:34 Add supported for more Lenovo ALC285 Headset Button Kailang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.