]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/alsa-hda-hp-dv7-quirk
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-hda-hp-dv7-quirk
CommitLineData
2cb7cef9
BS
1From: Takashi Iwai <tiwai@suse.de>
2Subject: ALSA: hda - Add quirk for another HP dv7
3Patch-mainline:
4References: bnc#461108
5
6Added the model=hp-m4 quirk for another HP dv7 (103c:30fc) with IDT
792HD71b* codec.
8
9Reference: Novell bnc#461108
10 https://bugzilla.novell.com/show_bug.cgi?id=461108
11
12Signed-off-by: Takashi Iwai <tiwai@suse.de>
13
14---
15 sound/pci/hda/patch_sigmatel.c | 2 ++
16 1 file changed, 2 insertions(+)
17
18--- a/sound/pci/hda/patch_sigmatel.c
19+++ b/sound/pci/hda/patch_sigmatel.c
20@@ -1719,6 +1719,8 @@ static struct snd_pci_quirk stac92hd71bx
21 "HP dv5", STAC_HP_M4),
22 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
23 "HP dv7", STAC_HP_M4),
24+ SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
25+ "HP dv7", STAC_HP_M4),
26 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
27 "unknown HP", STAC_HP_M4),
28 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,