A bug was reported in Ubuntu a while ago about Asus Z37E not having audible sound after resuming from suspend/hibernate[1]. A git changeset signed off by Daniel T. Chen and myself [2] was accepted and is in the last 2 Ubuntu releases along with the development one. I filed a bug [3] in ALSA with a patch attached, then realized that the surrounding lines wouldn't match up in trunk so updated the patch and put it in the bugtracker and tried to email it here. The email didn't pass moderation, but now I'm trying again as a subscriber. It's just an addition to the quirks table for patch_realtek.c to set 2043:8284 to use 6stack-dig. I'm trying to get this accepted here so that Ubuntu's not the only distro where sound works consistently across suspend/resume cycles. [1] https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/25896 [2] http://launchpadlibrarian.net/17053575/0001-Add-quirk-for-ASUS-Z37E-to-make-sound-audible-afte.patch [3] https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=4282 -- Mackenzie Morgan http://ubuntulinuxtipstricks.blogspot.com apt-get moo
diff --git a/sound/alsa-kernel/pci/hda/patch_realtek.c b/sound/alsa-kernel/pci/hda/patch_realtek.c index 00f907a..9e0afeb 100644 --- a/sound/alsa-kernel/pci/hda/patch_realtek.c +++ b/sound/alsa-kernel/pci/hda/patch_realtek.c @@ -7605,6 +7605,7 @@ static struct snd_pci_quirk alc883_cfg_tbl[] = { SND_PCI_QUIRK(0x103c, 0x2a60, "HP Lucknow", ALC888_3ST_HP), SND_PCI_QUIRK(0x103c, 0x2a61, "HP Nettle", ALC888_6ST_HP), SND_PCI_QUIRK(0x1043, 0x8249, "Asus M2A-VM HDMI", ALC883_3ST_6ch_DIG), + SND_PCI_QUIRK(0x1043, 0x8284, "Asus Z37E", ALC883_6ST_DIG), SND_PCI_QUIRK(0x1043, 0x82fe, "Asus P5Q-EM HDMI", ALC1200_ASUS_P5Q), SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_ASUS_EEE1601), SND_PCI_QUIRK(0x105b, 0x0ce8, "Foxconn P35AX-S", ALC883_6ST_DIG),
Attachment:
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel