]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.0-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 23:16:15 +0000 (15:16 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 23:16:15 +0000 (15:16 -0800)
added patches:
alsa-intel8x0-fix-default-inaudible-sound-on-gateway-m520.patch

queue-3.0/alsa-intel8x0-fix-default-inaudible-sound-on-gateway-m520.patch [new file with mode: 0644]
queue-3.0/series

diff --git a/queue-3.0/alsa-intel8x0-fix-default-inaudible-sound-on-gateway-m520.patch b/queue-3.0/alsa-intel8x0-fix-default-inaudible-sound-on-gateway-m520.patch
new file mode 100644 (file)
index 0000000..d386fe1
--- /dev/null
@@ -0,0 +1,39 @@
+From 27c3afe6e1cf129faac90405121203962da08ff4 Mon Sep 17 00:00:00 2001
+From: Daniel T Chen <crimsun@ubuntu.com>
+Date: Mon, 13 Feb 2012 23:44:22 -0500
+Subject: ALSA: intel8x0: Fix default inaudible sound on Gateway M520
+
+From: Daniel T Chen <crimsun@ubuntu.com>
+
+commit 27c3afe6e1cf129faac90405121203962da08ff4 upstream.
+
+BugLink: https://bugs.launchpad.net/bugs/930842
+
+The reporter states that audio is inaudible by default without muting
+'External Amplifier'. Add a quirk to handle his SSID so that changing
+the control is not necessary.
+
+Reported-and-tested-by: Benjamin Carlson <elderbubba0810@gmail.com>
+Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ sound/pci/intel8x0.c |    6 ++++++
+ 1 file changed, 6 insertions(+)
+
+--- a/sound/pci/intel8x0.c
++++ b/sound/pci/intel8x0.c
+@@ -2076,6 +2076,12 @@ static struct ac97_quirk ac97_quirks[] _
+       },
+       {
+               .subvendor = 0x161f,
++              .subdevice = 0x202f,
++              .name = "Gateway M520",
++              .type = AC97_TUNE_INV_EAPD
++      },
++      {
++              .subvendor = 0x161f,
+               .subdevice = 0x203a,
+               .name = "Gateway 4525GZ",               /* AD1981B */
+               .type = AC97_TUNE_INV_EAPD
index 4d1f8a7d5d93a31342be7abd8521711a0c61f1c4..2fcdd74b9639076cf5f50d42ff86106066069b9e 100644 (file)
@@ -10,3 +10,4 @@ gpio-pca953x-fix-warning-of-enabled-interrupts-in-handler.patch
 hwmon-f75375s-fix-automatic-pwm-mode-setting-for-f75373-f75375.patch
 crypto-sha512-use-binary-and-instead-of-modulus.patch
 crypto-sha512-avoid-stack-bloat-on-i386.patch
+alsa-intel8x0-fix-default-inaudible-sound-on-gateway-m520.patch