diff mbox series

ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist

Message ID 20190318124543.30944-1-perex@perex.cz (mailing list archive)
State New, archived
Headers show
Series ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist | expand

Commit Message

Jaroslav Kysela March 18, 2019, 12:45 p.m. UTC
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: hs.guimaraes@outlook.com
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Cc: <stable@vger.kernel.org>
---
 sound/pci/hda/hda_intel.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Takashi Iwai March 18, 2019, 12:49 p.m. UTC | #1
On Mon, 18 Mar 2019 13:45:43 +0100,
Jaroslav Kysela wrote:
> 
> 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: hs.guimaraes@outlook.com
> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
> Cc: <stable@vger.kernel.org>

Applied, thanks.


Takashi
Sasha Levin March 25, 2019, 12:38 a.m. UTC | #2
Hi,

[This is an automated email]

This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all

The bot has tested the following trees: v5.0.3, v4.19.30, v4.14.107, v4.9.164, v4.4.176, v3.18.136.

v5.0.3: Build OK!
v4.19.30: Build OK!
v4.14.107: Failed to apply! Possible dependencies:
    dd6dd5365404 ("ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist")

v4.9.164: Failed to apply! Possible dependencies:
    dd6dd5365404 ("ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist")

v4.4.176: Failed to apply! Possible dependencies:
    dd6dd5365404 ("ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist")

v3.18.136: Failed to apply! Possible dependencies:
    1ba8f9d30817 ("ALSA: hda: Add a power_save blacklist")
    59ed1eade1d6 ("ALSA: hda - Move codec suspend/resume to codec driver")
    66797f36fd17 ("ALSA: hda - Pass printf argument directly to request_module()")
    95a962c36f6e ("ALSA: hda - More kerneldoc comments")
    a41d122449be ("ALSA: hda - Embed bus into controller object")
    b2a0bafa7582 ("ALSA: hda - Use shutdown driver ops instead of reboot notifier")
    d068ebc25e6e ("ALSA: hda - Move some codes up to hdac_bus struct")
    d8a766a16ed9 ("ALSA: hda - Bind codecs via standard bus")
    dd6dd5365404 ("ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist")
    dda42bd0c3a4 ("ALSA: hda - Add kerneldoc comments to hda_generic.c")
    e3d280fc6d42 ("ALSA: hda - Make snd_hda_bus_type public")


How should we proceed with this patch?

--
Thanks,
Sasha
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index e5c49003e75f..4f502c92061f 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2144,10 +2144,12 @@  static struct snd_pci_quirk power_save_blacklist[] = {
 	SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */
 	SND_PCI_QUIRK(0x8086, 0x2068, "Intel NUC7i3BNB", 0),
-	/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
-	SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),
 	/* https://bugzilla.kernel.org/show_bug.cgi?id=198611 */
 	SND_PCI_QUIRK(0x17aa, 0x2227, "Lenovo X1 Carbon 3rd Gen", 0),
+	/* https://bugzilla.redhat.com/show_bug.cgi?id=1689623 */
+	SND_PCI_QUIRK(0x17aa, 0x367b, "Lenovo IdeaCentre B550", 0),
+	/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */
+	SND_PCI_QUIRK(0x17aa, 0x36a7, "Lenovo C50 All in one", 0),
 	{}
 };
 #endif /* CONFIG_PM */