]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.3-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Apr 2012 20:04:52 +0000 (13:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Apr 2012 20:04:52 +0000 (13:04 -0700)
added patches:
alsa-hda-realtek-add-a-fixup-entry-for-acer-aspire-8940g.patch

queue-3.3/alsa-hda-realtek-add-a-fixup-entry-for-acer-aspire-8940g.patch [new file with mode: 0644]
queue-3.3/series

diff --git a/queue-3.3/alsa-hda-realtek-add-a-fixup-entry-for-acer-aspire-8940g.patch b/queue-3.3/alsa-hda-realtek-add-a-fixup-entry-for-acer-aspire-8940g.patch
new file mode 100644 (file)
index 0000000..99165e8
--- /dev/null
@@ -0,0 +1,30 @@
+From fe97da1f7001ca0f572358462606eb3d1bde3f23 Mon Sep 17 00:00:00 2001
+From: Takashi Iwai <tiwai@suse.de>
+Date: Thu, 12 Apr 2012 08:00:19 +0200
+Subject: ALSA: hda/realtek - Add a fixup entry for Acer Aspire 8940G
+
+From: Takashi Iwai <tiwai@suse.de>
+
+commit fe97da1f7001ca0f572358462606eb3d1bde3f23 upstream.
+
+It's compatible with 8930G.
+Using the same fixup gives the proper 5.1 sound back.
+
+Reported-and-tested-by: Dany Martineau <dany.luc.martineau@gmail.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ sound/pci/hda/patch_realtek.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -4649,6 +4649,7 @@ static const struct snd_pci_quirk alc882
+                     ALC882_FIXUP_ACER_ASPIRE_4930G),
+       SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
+       SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),
++      SND_PCI_QUIRK(0x1025, 0x026b, "Acer Aspire 8940G", ALC882_FIXUP_ACER_ASPIRE_8930G),
+       SND_PCI_QUIRK(0x1025, 0x0296, "Acer Aspire 7736z", ALC882_FIXUP_ACER_ASPIRE_7736),
+       SND_PCI_QUIRK(0x1043, 0x13c2, "Asus A7M", ALC882_FIXUP_EAPD),
+       SND_PCI_QUIRK(0x1043, 0x1873, "ASUS W90V", ALC882_FIXUP_ASUS_W90V),
index 0050aed73cc17d98e16c1486ca38c2678891d356..ba4040a3b6971f252eef7eef9e2d21c41252e327 100644 (file)
@@ -15,3 +15,4 @@ bluetooth-hci_ldisc-fix-null-pointer-dereference-on-tty_close.patch
 bluetooth-hci_core-fix-null-pointer-dereference-at-unregister.patch
 bluetooth-remove-unneeded-locking.patch
 revert-btrfs-increase-the-global-block-reserve-estimates.patch
+alsa-hda-realtek-add-a-fixup-entry-for-acer-aspire-8940g.patch