All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
@ 2019-03-18 12:45 Jaroslav Kysela
  2019-03-18 12:49 ` Takashi Iwai
  2019-03-25  0:38 ` Sasha Levin
  0 siblings, 2 replies; 3+ messages in thread
From: Jaroslav Kysela @ 2019-03-18 12:45 UTC (permalink / raw)
  To: ALSA development; +Cc: Takashi Iwai, Jaroslav Kysela, hs.guimaraes, stable

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(-)

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 */
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
  2019-03-18 12:45 [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist Jaroslav Kysela
@ 2019-03-18 12:49 ` Takashi Iwai
  2019-03-25  0:38 ` Sasha Levin
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2019-03-18 12:49 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: ALSA development, hs.guimaraes, stable

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
  2019-03-18 12:45 [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist Jaroslav Kysela
  2019-03-18 12:49 ` Takashi Iwai
@ 2019-03-25  0:38 ` Sasha Levin
  1 sibling, 0 replies; 3+ messages in thread
From: Sasha Levin @ 2019-03-25  0:38 UTC (permalink / raw)
  To: Sasha Levin, Jaroslav Kysela, ALSA development; +Cc: Takashi Iwai, stable

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-25  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 12:45 [PATCH] ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist Jaroslav Kysela
2019-03-18 12:49 ` Takashi Iwai
2019-03-25  0:38 ` Sasha Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.