Skip to content

Commit c552b80

Browse files
tiwaiopsiff
authored andcommitted
ALSA: hda/intel: Add Thinkpad E15 to PM deny list
commit c987a390f1b3b8bdac11031d7004e3410fe259bd upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit cb078e238054ca1c2f7a136d914fe4e3e0f77923)
1 parent 71dfde5 commit c552b80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,8 @@ static const struct snd_pci_quirk power_save_denylist[] = {
23252325
SND_PCI_QUIRK(0x1734, 0x1232, "KONTRON SinglePC", 0),
23262326
/* Dell ALC3271 */
23272327
SND_PCI_QUIRK(0x1028, 0x0962, "Dell ALC3271", 0),
2328+
/* https://bugzilla.kernel.org/show_bug.cgi?id=220210 */
2329+
SND_PCI_QUIRK(0x17aa, 0x5079, "Lenovo Thinkpad E15", 0),
23282330
{}
23292331
};
23302332

0 commit comments

Comments
 (0)