Skip to content

Commit d8feb60

Browse files
jwrdegoedetiwai
authored andcommitted
ALSA: hda: Add Clevo W65_67SB the power_save blacklist
Using HDA power-saving on the Clevo W65_67SB causes the first 0.5 seconds of audio to be missing every time audio starts playing. This commit adds the Clevo W65_67SB the power_save blacklist to avoid this issue. Cc: [email protected] BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104 Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ef7d84c commit d8feb60

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
@@ -2188,6 +2188,8 @@ static struct snd_pci_quirk power_save_blacklist[] = {
21882188
/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */
21892189
SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0),
21902190
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
2191+
SND_PCI_QUIRK(0x1558, 0x6504, "Clevo W65_67SB", 0),
2192+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
21912193
SND_PCI_QUIRK(0x1028, 0x0497, "Dell Precision T3600", 0),
21922194
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
21932195
/* Note the P55A-UD3 and Z87-D3HP share the subsys id for the HDA dev */

0 commit comments

Comments
 (0)