]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hda-hp-more-quirks
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-hda-hp-more-quirks
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: Add more quirks for HP laptops with IDT codec
3 Patch-mainline:
4 References: bnc#479558
5
6 Fix/add quirk entries for new HP laptops with IDT codec.
7
8 Signed-off-by: Takashi Iwai <tiwai@suse.de>
9
10 ---
11 sound/pci/hda/patch_sigmatel.c | 8 ++++++--
12 1 file changed, 6 insertions(+), 2 deletions(-)
13
14 --- a/sound/pci/hda/patch_sigmatel.c
15 +++ b/sound/pci/hda/patch_sigmatel.c
16 @@ -1760,14 +1760,18 @@
17 /* SigmaTel reference board */
18 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
19 "DFI LanParty", STAC_92HD71BXX_REF),
20 + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x308c,
21 + "HP", STAC_HP_DV5),
22 + SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x308d,
23 + "HP", STAC_HP_DV5),
24 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
25 - "HP dv5", STAC_HP_M4),
26 + "HP dv5", STAC_HP_DV5),
27 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
28 "HP dv7", STAC_HP_DV5),
29 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7,
30 "HP dv4", STAC_HP_DV5),
31 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
32 - "HP dv7", STAC_HP_M4),
33 + "HP dv7", STAC_HP_DV5),
34 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600,
35 "HP dv5", STAC_HP_DV5),
36 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,