]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-hda-hp-dv7-quirk
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / alsa-hda-hp-dv7-quirk
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: hda - Add quirk for another HP dv7
3 Patch-mainline:
4 References: bnc#461108
5
6 Added the model=hp-m4 quirk for another HP dv7 (103c:30fc) with IDT
7 92HD71b* codec.
8
9 Reference: Novell bnc#461108
10 https://bugzilla.novell.com/show_bug.cgi?id=461108
11
12 Signed-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,