]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hda-hp-ad1984a-more-quirk2
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-post-ga-hda-hp-ad1984a-more-quirk2
CommitLineData
2cb7cef9
BS
1From: Takashi Iwai <tiwai@suse.de>
2Subject: ALSA: hda - Add yet more quirk for HP laptop
3Patch-mainline:
4References: bnc#502425, bnc#503101
5
6Signed-off-by: Takashi Iwai <tiwai@suse.de>
7
8---
9 sound/pci/hda/patch_analog.c | 1 +
10 1 file changed, 1 insertion(+)
11
12--- a/sound/pci/hda/patch_analog.c
13+++ b/sound/pci/hda/patch_analog.c
14@@ -3919,6 +3919,7 @@ static struct snd_pci_quirk ad1884a_cfg_
15 SND_PCI_QUIRK(0x103c, 0x30e7, "HP EliteBook 8530p", AD1884A_LAPTOP),
16 SND_PCI_QUIRK(0x103c, 0x360d, "HP 6530b", AD1884A_LAPTOP),
17 SND_PCI_QUIRK(0x103c, 0x3614, "HP 6730s", AD1884A_LAPTOP),
18+ SND_PCI_QUIRK(0x103c, 0x3632, "HP", AD1884A_MOBILE),
19 SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X300", AD1884A_THINKPAD),
20 {}
21 };