]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hp-piaget-quirk
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-post-ga-hp-piaget-quirk
CommitLineData
2cb7cef9
BS
1From: Takashi Iwai <tiwai@suse.de>
2Subject: ALSA: Add quirk for new HP laptops
3Patch-mainline:
4References: bnc#527284
5
6Signed-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,