]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.30.4/alsa-hda-add-quirk-for-gateway-t6834c-laptop.patch
5.1-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.30.4 / alsa-hda-add-quirk-for-gateway-t6834c-laptop.patch
CommitLineData
4cf544fb
GKH
1From 42b95f0c6b524b5a670dd17533a3522db368f600 Mon Sep 17 00:00:00 2001
2From: Hao Song <baritono.tux@gmail.com>
3Date: Mon, 20 Jul 2009 15:01:16 +0800
4Subject: ALSA: hda - Add quirk for Gateway T6834c laptop
5
6From: Hao Song <baritono.tux@gmail.com>
7
8commit 42b95f0c6b524b5a670dd17533a3522db368f600 upstream.
9
10Gateway T6834c laptops need EAPD always on while the default behavior
11for the STAC9205 reference board is to turn it off upon every HP plug.
12By using the special "eapd" model, which is first introduced for Gateway
13T1616 laptops for this same reason, this peculiarity can be properly
14handled.
15
16Signed-off-by: Hao Song <baritono.tux@gmail.com>
17Signed-off-by: Takashi Iwai <tiwai@suse.de>
18Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
19
20---
21 sound/pci/hda/patch_sigmatel.c | 1 +
22 1 file changed, 1 insertion(+)
23
24--- a/sound/pci/hda/patch_sigmatel.c
25+++ b/sound/pci/hda/patch_sigmatel.c
26@@ -2325,6 +2325,7 @@ static struct snd_pci_quirk stac9205_cfg
27 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
28 "Dell Vostro 1500", STAC_9205_DELL_M42),
29 /* Gateway */
30+ SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
31 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
32 {} /* terminator */
33 };