All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist
@ 2018-05-23 13:27 Hans de Goede
  2018-05-23 13:27 ` [PATCH 2/4] ALSA: hda: Add Clevo W35xSS_370SS " Hans de Goede
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hans de Goede @ 2018-05-23 13:27 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Hans de Goede, alsa-devel

Power-saving is causing a humming sound when active on the Intel
NUC7i3BNB, add it to the blacklist.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1520902
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 9a16af179503..7cf4e1a96cab 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2214,6 +2214,8 @@ static struct snd_pci_quirk power_save_blacklist[] = {
 	SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
 	/* https://bugzilla.kernel.org/show_bug.cgi?id=199607 */
 	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 */
-- 
2.17.0

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

* [PATCH 2/4] ALSA: hda: Add Clevo W35xSS_370SS to the power_save blacklist
  2018-05-23 13:27 [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist Hans de Goede
@ 2018-05-23 13:27 ` Hans de Goede
  2018-05-23 13:27 ` [PATCH 3/4] ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP " Hans de Goede
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2018-05-23 13:27 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Hans de Goede, alsa-devel

Power-saving is causing a plop and silences the first 2 seconds
(give or take) of audio, silencing notifications sounds on Medion /
Clevo W35xSS_370SS laptops.

Add the Clevo W35xSS_370SS to the power_save blacklist.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1581607
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 7cf4e1a96cab..744a255b50d9 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2212,6 +2212,8 @@ static struct snd_pci_quirk power_save_blacklist[] = {
 	SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
 	SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
+	/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */
+	SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0),
 	/* https://bugzilla.kernel.org/show_bug.cgi?id=199607 */
 	SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */
-- 
2.17.0

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

* [PATCH 3/4] ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP to the power_save blacklist
  2018-05-23 13:27 [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist Hans de Goede
  2018-05-23 13:27 ` [PATCH 2/4] ALSA: hda: Add Clevo W35xSS_370SS " Hans de Goede
@ 2018-05-23 13:27 ` Hans de Goede
  2018-05-23 13:27 ` [PATCH 4/4] ALSA: hda: Add ASRock H81M-HDS " Hans de Goede
  2018-05-23 14:02 ` [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB " Takashi Iwai
  3 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2018-05-23 13:27 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Hans de Goede, alsa-devel

Power-saving is causing plops on audio start/stop on Gigabyte
P55A-UD3 and Gigabyte Z87-D3HP machines, add these to the power_save
blacklist.

Note these 2 boards both use 1458:a002 as subsystem ids, so they share
a single entry.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 sound/pci/hda/hda_intel.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 744a255b50d9..c98ed35b8bdf 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2214,6 +2214,9 @@ static struct snd_pci_quirk power_save_blacklist[] = {
 	SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1581607 */
 	SND_PCI_QUIRK(0x1558, 0x3501, "Clevo W35xSS_370SS", 0),
+	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
+	/* Note the P55A-UD3 and Z87-D3HP share the subsys id for the HDA dev */
+	SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte P55A-UD3 / Z87-D3HP", 0),
 	/* https://bugzilla.kernel.org/show_bug.cgi?id=199607 */
 	SND_PCI_QUIRK(0x8086, 0x2057, "Intel NUC5i7RYB", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1520902 */
-- 
2.17.0

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

* [PATCH 4/4] ALSA: hda: Add ASRock H81M-HDS to the power_save blacklist
  2018-05-23 13:27 [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist Hans de Goede
  2018-05-23 13:27 ` [PATCH 2/4] ALSA: hda: Add Clevo W35xSS_370SS " Hans de Goede
  2018-05-23 13:27 ` [PATCH 3/4] ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP " Hans de Goede
@ 2018-05-23 13:27 ` Hans de Goede
  2018-05-23 14:02 ` [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB " Takashi Iwai
  3 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2018-05-23 13:27 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Hans de Goede, alsa-devel

Power-saving is causing plops on audio start/stop on ASRock H81M-HDS
machines, add these to the power_save blacklist.

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 sound/pci/hda/hda_intel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index c98ed35b8bdf..b906dcbb9005 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2209,6 +2209,8 @@ static struct snd_pci_quirk power_save_blacklist[] = {
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
 	SND_PCI_QUIRK(0x1025, 0x013f, "Acer Aspire 5930G", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
+	SND_PCI_QUIRK(0x1849, 0x7662, "Asrock H81M-HDS", 0),
+	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
 	SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
 	SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
-- 
2.17.0

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

* Re: [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist
  2018-05-23 13:27 [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist Hans de Goede
                   ` (2 preceding siblings ...)
  2018-05-23 13:27 ` [PATCH 4/4] ALSA: hda: Add ASRock H81M-HDS " Hans de Goede
@ 2018-05-23 14:02 ` Takashi Iwai
  3 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2018-05-23 14:02 UTC (permalink / raw)
  To: Hans de Goede; +Cc: alsa-devel

On Wed, 23 May 2018 15:27:02 +0200,
Hans de Goede wrote:
> 
> Power-saving is causing a humming sound when active on the Intel
> NUC7i3BNB, add it to the blacklist.
> 
> BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1520902
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied all four patches.  Thanks.


Takashi

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

end of thread, other threads:[~2018-05-23 14:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-23 13:27 [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist Hans de Goede
2018-05-23 13:27 ` [PATCH 2/4] ALSA: hda: Add Clevo W35xSS_370SS " Hans de Goede
2018-05-23 13:27 ` [PATCH 3/4] ALSA: hda: Add Gigabyte P55A-UD3 and Z87-D3HP " Hans de Goede
2018-05-23 13:27 ` [PATCH 4/4] ALSA: hda: Add ASRock H81M-HDS " Hans de Goede
2018-05-23 14:02 ` [PATCH 1/4] ALSA: hda: Add Intel NUC7i3BNB " Takashi Iwai

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.