]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hp-piaget-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-post-ga-hp-piaget-quirk
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: Add quirk for new HP laptops
3 Patch-mainline:
4 References: bnc#527284
5
6 Signed-off-by: Takashi Iwai <tiwai@suse.de>
7
8 ---
9 sound/pci/hda/patch_sigmatel.c | 2 ++
10 1 file changed, 2 insertions(+)
11
12 --- a/sound/pci/hda/patch_sigmatel.c
13 +++ b/sound/pci/hda/patch_sigmatel.c
14 @@ -1733,6 +1733,8 @@
15 "HP mini 1000", STAC_HP_M4),
16 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
17 "HP HDX", STAC_HP_HDX), /* HDX16 */
18 + SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
19 + "HP", STAC_HP_DV5),
20 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
21 "unknown Dell", STAC_DELL_M4_1),
22 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,