]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-hda-hp-dv4-quirk
Add a patch to fix Intel E100 wake-on-lan problems.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-hda-hp-dv4-quirk
1 From e0c0e943af71c0f840a1f6a32a8cf0b61ebc61e5 Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Thu, 22 Jan 2009 12:58:11 +0100
4 Subject: ALSA: hda - Add model entry for HP dv4
5 Patch-mainline:
6 References:
7
8 Added model=hp-dv5 for HP dv4 (103c:30f7).
9
10 Reference: kernel bug #12440
11 http://bugzilla.kernel.org/show_bug.cgi?id=12440
12
13 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14
15 ---
16 sound/pci/hda/patch_sigmatel.c | 2 ++
17 1 file changed, 2 insertions(+)
18
19 --- a/sound/pci/hda/patch_sigmatel.c
20 +++ b/sound/pci/hda/patch_sigmatel.c
21 @@ -1788,6 +1788,8 @@ static struct snd_pci_quirk stac92hd71bx
22 "HP dv5", STAC_HP_M4),
23 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
24 "HP dv7", STAC_HP_M4),
25 + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7,
26 + "HP dv4", STAC_HP_DV5),
27 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
28 "HP dv7", STAC_HP_M4),
29 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,