projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6479c9e
)
ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
author
Hans de Goede
<hdegoede@redhat.com>
Thu, 2 Aug 2018 12:04:45 +0000
(14:04 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 22 Aug 2018 05:47:14 +0000
(07:47 +0200)
commit
8e82a728792bf66b9f0a29c9d4c4b0630f7b9c79
upstream.
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_intel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/hda_intel.c
b/sound/pci/hda/hda_intel.c
index
4e91120
..
4e331dd
100644
(file)
--- a/
sound/pci/hda/hda_intel.c
+++ b/
sound/pci/hda/hda_intel.c
@@
-2058,7
+2058,7
@@
out_free:
*/
static struct snd_pci_quirk power_save_blacklist[] = {
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
- SND_PCI_QUIRK(0x1849, 0x
0c0c
, "Asrock B85M-ITX", 0),
+ SND_PCI_QUIRK(0x1849, 0x
c892
, "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=1572975 */