]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-stac-hp-pavilion-quirks
Add a patch to fix Intel E100 wake-on-lan problems.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-hda-stac-hp-pavilion-quirks
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: hda - Add quirks for HP Pavilion DV models
3 Patch-mainline:
4 References: bnc#445321,bnc#445161
5
6 Added the quirk entries for HP Pavilion DV5 and DV7 with model=hp-m4.
7
8 Reference: Novell bnc#445321, bnc#445161
9 https://bugzilla.novell.com/show_bug.cgi?id=445321
10 https://bugzilla.novell.com/show_bug.cgi?id=445161
11
12 Signed-off-by: Takashi Iwai <tiwai@suse.de>
13
14 ---
15 sound/pci/hda/patch_sigmatel.c | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 --- a/sound/pci/hda/patch_sigmatel.c
19 +++ b/sound/pci/hda/patch_sigmatel.c
20 @@ -1692,6 +1692,10 @@ static struct snd_pci_quirk stac92hd71bx
21 /* SigmaTel reference board */
22 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
23 "DFI LanParty", STAC_92HD71BXX_REF),
24 + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
25 + "HP dv5", STAC_HP_M4),
26 + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
27 + "HP dv7", STAC_HP_M4),
28 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
29 "unknown HP", STAC_HP_M4),
30 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,