Skip to content

Commit 323cb0f

Browse files
jwrdegoedegregkh
authored andcommitted
ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
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: [email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6479c9e commit 323cb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ static int azx_probe(struct pci_dev *pci,
20582058
*/
20592059
static struct snd_pci_quirk power_save_blacklist[] = {
20602060
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
2061-
SND_PCI_QUIRK(0x1849, 0x0c0c, "Asrock B85M-ITX", 0),
2061+
SND_PCI_QUIRK(0x1849, 0xc892, "Asrock B85M-ITX", 0),
20622062
/* https://bugzilla.redhat.com/show_bug.cgi?id=1525104 */
20632063
SND_PCI_QUIRK(0x1043, 0x8733, "Asus Prime X370-Pro", 0),
20642064
/* https://bugzilla.redhat.com/show_bug.cgi?id=1572975 */

0 commit comments

Comments
 (0)