]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.drivers/alsa-post-ga-hda-hp-ad1984a-more-quirk2
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / alsa-post-ga-hda-hp-ad1984a-more-quirk2
1 From: Takashi Iwai <tiwai@suse.de>
2 Subject: ALSA: hda - Add yet more quirk for HP laptop
3 Patch-mainline:
4 References: bnc#502425, bnc#503101
5
6 Signed-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 };