]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/alsa-post-ga-hda-hp-more-quirks
Move xen patchset to new version's subdir.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-post-ga-hda-hp-more-quirks
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/alsa-post-ga-hda-hp-more-quirks b/src/patches/suse-2.6.27.31/patches.drivers/alsa-post-ga-hda-hp-more-quirks
new file mode 100644 (file)
index 0000000..bd14abe
--- /dev/null
@@ -0,0 +1,36 @@
+From: Takashi Iwai <tiwai@suse.de>
+Subject: ALSA: Add more quirks for HP laptops with IDT codec
+Patch-mainline: 
+References: bnc#479558
+
+Fix/add quirk entries for new HP laptops with IDT codec.
+
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+
+---
+ sound/pci/hda/patch_sigmatel.c |    8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+--- a/sound/pci/hda/patch_sigmatel.c
++++ b/sound/pci/hda/patch_sigmatel.c
+@@ -1760,14 +1760,18 @@
+       /* SigmaTel reference board */
+       SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
+                     "DFI LanParty", STAC_92HD71BXX_REF),
++      SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x308c,
++                    "HP", STAC_HP_DV5),
++      SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x308d,
++                    "HP", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
+-                    "HP dv5", STAC_HP_M4),
++                    "HP dv5", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
+                     "HP dv7", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7,
+                     "HP dv4", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
+-                    "HP dv7", STAC_HP_M4),
++                    "HP dv7", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600,
+                     "HP dv5", STAC_HP_DV5),
+       SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,