projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59cf9a
)
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
Takashi Iwai
<tiwai@suse.de>
Thu, 2 Aug 2018 12:13:49 +0000
(14:13 +0200)
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>
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 1ae1850b3bfdb39be83a0ae2e22bcc7f59ecd744..647ae1a71e10dca12c4299f266f3f6b0874a687c 100644
(file)
--- a/
sound/pci/hda/hda_intel.c
+++ b/
sound/pci/hda/hda_intel.c
@@
-2207,7
+2207,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(0x1849, 0x7662, "Asrock H81M-HDS", 0),
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */