diff mbox series

ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry

Message ID 20180802120445.4608-1-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show
Series ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry | expand

Commit Message

Hans de Goede Aug. 2, 2018, 12:04 p.m. UTC
I added the subsys product-id for the HDMI HDA device rather then for
the PCH one, this commit fixes this.

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

Comments

Takashi Iwai Aug. 2, 2018, 12:14 p.m. UTC | #1
On Thu, 02 Aug 2018 14:04:45 +0200,
Hans de Goede wrote:
> 
> I added the subsys product-id for the HDMI HDA device rather then for
> the PCH one, this commit fixes this.
> 
> BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1525104
> Cc: stable@vger.kernel.org
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 1ae1850b3bfd..647ae1a71e10 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2207,7 +2207,7 @@  static int azx_probe(struct pci_dev *pci,
  */
 static struct snd_pci_quirk power_save_blacklist[] = {
 	/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
-	SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),
+	SND_PCI_QUIRK(0x1849, 0xc892, "Asrock B85M-ITX", 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 */