]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda/intel: Add Thinkpad E15 to PM deny list
authorTakashi Iwai <tiwai@suse.de>
Sun, 8 Jun 2025 09:14:14 +0000 (11:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Jun 2025 07:46:20 +0000 (09:46 +0200)
Lenovo Thinkpad E15 with Conexant CX8070 codec seems causing ugly
noises after runtime-PM suspend.  Disable the codec runtime PM as a
workaround.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=220210
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20250608091415.21170-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index e5210ed48ddf1698769d2e3f112c202bc8367492..439cf1bda6e66387e99b12c16e4654095744c1f0 100644 (file)
@@ -2283,6 +2283,8 @@ static const struct snd_pci_quirk power_save_denylist[] = {
        SND_PCI_QUIRK(0x1734, 0x1232, "KONTRON SinglePC", 0),
        /* Dell ALC3271 */
        SND_PCI_QUIRK(0x1028, 0x0962, "Dell ALC3271", 0),
+       /* https://bugzilla.kernel.org/show_bug.cgi?id=220210 */
+       SND_PCI_QUIRK(0x17aa, 0x5079, "Lenovo Thinkpad E15", 0),
        {}
 };