]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.133/alsa-hda-add-lenovo-c50-all-in-one-to-the-power_save-blacklist.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 4.4.133 / alsa-hda-add-lenovo-c50-all-in-one-to-the-power_save-blacklist.patch
CommitLineData
bdae2828
GKH
1From c8beccc19b92f5172994c0732db689c08f4f98e5 Mon Sep 17 00:00:00 2001
2From: Hans de Goede <hdegoede@redhat.com>
3Date: Tue, 8 May 2018 09:27:46 +0200
4Subject: ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
5
6From: Hans de Goede <hdegoede@redhat.com>
7
8commit c8beccc19b92f5172994c0732db689c08f4f98e5 upstream.
9
10Power-saving is causing loud plops on the Lenovo C50 All in one, add it
11to the blacklist.
12
13BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1572975
14Signed-off-by: Hans de Goede <hdegoede@redhat.com>
15Cc: <stable@vger.kernel.org>
16Signed-off-by: Takashi Iwai <tiwai@suse.de>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19---
20 sound/pci/hda/hda_intel.c | 2 ++
21 1 file changed, 2 insertions(+)
22
23--- a/sound/pci/hda/hda_intel.c
24+++ b/sound/pci/hda/hda_intel.c
25@@ -2072,6 +2072,8 @@ static struct snd_pci_quirk power_save_b
26 SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),
27 /* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
28 SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
29+ /* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
30+ SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),
31 /* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */
32 SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0),
33 {}