Skip to content

Commit 721f1e6

Browse files
perexgtiwai
authored andcommitted
ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
Another machine which does not like the power saving (noise): https://bugzilla.redhat.com/show_bug.cgi?id=1689623 Also, reorder the Lenovo C50 entry to keep the table sorted. Reported-by: [email protected] Signed-off-by: Jaroslav Kysela <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2d012c6 commit 721f1e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,10 +2144,12 @@ static struct snd_pci_quirk power_save_blacklist[] = {
21442144
SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0),
21452145
/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */
21462146
SND_PCI_QUIRK(0x8086, 0x2068, "Intel NUC7i3BNB", 0),
2147-
/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
2148-
SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),
21492147
/* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */
21502148
SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0),
2149+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1689623 */
2150+
SND_PCI_QUIRK(0x17aa, 0x367b, "Lenovo IdeaCentre B550", 0),
2151+
/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
2152+
SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),
21512153
{}
21522154
};
21532155
#endif /* CONFIG_PM */

0 commit comments

Comments
 (0)