]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-hp6530b-quirk
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-hda-hp6530b-quirk
diff --git a/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-hp6530b-quirk b/src/patches/suse-2.6.27.31/patches.drivers/alsa-hda-hp6530b-quirk
new file mode 100644 (file)
index 0000000..3189a4c
--- /dev/null
@@ -0,0 +1,21 @@
+From: Takashi Iwai <tiwai@suse.de>
+Subject: ALSA: hda - Add quirk for HP 6530b
+Patch-mainline: 
+References: bnc#479617
+
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+
+---
+ sound/pci/hda/patch_analog.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_analog.c
++++ b/sound/pci/hda/patch_analog.c
+@@ -3913,6 +3913,7 @@
+       SND_PCI_QUIRK(0x103c, 0x307a, "HP", AD1884A_MOBILE),
+       SND_PCI_QUIRK(0x103c, 0x30e6, "HP 6730b", AD1884A_LAPTOP),
+       SND_PCI_QUIRK(0x103c, 0x30e7, "HP EliteBook 8530p", AD1884A_LAPTOP),
++      SND_PCI_QUIRK(0x103c, 0x360d, "HP 6530b", AD1884A_LAPTOP),
+       SND_PCI_QUIRK(0x103c, 0x3614, "HP 6730s", AD1884A_LAPTOP),
+       SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
+       {}