* [PATCH] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6
@ 2023-04-27 11:04 Vitaly Rodionov via Alsa-devel
0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Rodionov via Alsa-devel @ 2023-04-27 11:04 UTC (permalink / raw)
To: Takashi Iwai, Jaroslav Kysela
Cc: alsa-devel, patches, linux-kernel, Vitaly Rodionov
[-- Attachment #0: Type: message/rfc822, Size: 5674 bytes --]
From: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
To: Takashi Iwai <tiwai@suse.com>, Jaroslav Kysela <perex@perex.cz>
Cc: alsa-devel@alsa-project.org, patches@opensource.cirrus.com, linux-kernel@vger.kernel.org, Vitaly Rodionov <vitalyr@opensource.cirrus.com>
Subject: [PATCH] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6
Date: Thu, 27 Apr 2023 12:04:52 +0100
Message-ID: <20230427110452.13787-1-vitalyr@opensource.cirrus.com>
Lenovo ThinkPad P1 Gen 6 laptop has 2 CS35L41 amplifies
on I2C bus connected to Realtek codec.
Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
---
sound/pci/hda/patch_realtek.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ab938fa1d65d..d973ebb77743 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9691,6 +9691,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x22f1, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x17aa, 0x22f2, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x17aa, 0x22f3, "Thinkpad", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x17aa, 0x2316, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2),
+ SND_PCI_QUIRK(0x17aa, 0x2317, "Thinkpad P1 Gen 6", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x17aa, 0x30bb, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
SND_PCI_QUIRK(0x17aa, 0x30e2, "ThinkCentre AIO", ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY),
SND_PCI_QUIRK(0x17aa, 0x310c, "ThinkCentre Station", ALC294_FIXUP_LENOVO_MIC_LOCATION),
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-27 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20230427110452.13787-1-vitalyr@opensource.cirrus.com>
2023-04-27 12:23 ` [PATCH] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 Takashi Iwai
2023-04-27 11:04 Vitaly Rodionov via Alsa-devel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox