Skip to content

Commit 5cb6b5f

Browse files
jwrdegoedetiwai
authored andcommitted
ALSA: hda: Add 2 more models to the power_save blacklist
Power-saving is causing plops on audio start/stop on Dell Precision T3600 laptops and Intel DZ77BH boards, add these to the power_save blacklist. BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 23fdf22 commit 5cb6b5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,8 +2175,12 @@ static struct snd_pci_quirk power_save_blacklist[] = {
21752175
/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */
21762176
SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0),
21772177
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
2178+
SND_PCI_QUIRK(0x1028, 0x0497, "Dell Precision T3600", 0),
2179+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
21782180
/* Note the P55A-UD3 and Z87-D3HP share the subsys id for the HDA dev */
21792181
SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P55A-UD3 / Z87-D3HP", 0),
2182+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
2183+
SND_PCI_QUIRK(0x8086, 0x2040, "Intel DZ77BH-55K", 0),
21802184
/* https://bugzilla.kernel.org/show_bug.cgi?id=199607 */
21812185
SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0),
21822186
/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */

0 commit comments

Comments
 (0)