]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.drivers/alsa-post-ga-alc888-hp-quirk
Updated xen patches taken from suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.drivers / alsa-post-ga-alc888-hp-quirk
1 From 7ec30f0e7768985ab2ef6334840e3fc8fa253421 Mon Sep 17 00:00:00 2001
2 From: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
3 Date: Wed, 4 Mar 2009 14:22:52 -0300
4 Subject: ALSA: hda - Map 3stack-hp model (ALC888) for HP Educ.ar
5 Patch-mainline:
6 References: bnc#482796
7
8 Added model=3stack-hp for HP Educ.ar desktop machine (103c:2a72).
9
10 Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
11 Signed-off-by: Takashi Iwai <tiwai@suse.de>
12
13 ---
14 sound/pci/hda/patch_realtek.c | 3 +++
15 1 file changed, 3 insertions(+)
16
17 --- a/sound/pci/hda/patch_realtek.c
18 +++ b/sound/pci/hda/patch_realtek.c
19 @@ -8476,8 +8476,11 @@ static struct snd_pci_quirk alc883_cfg_t
20 SND_PCI_QUIRK(0x103c, 0x2a4f, "HP Samba", ALC888_3ST_HP),
21 SND_PCI_QUIRK(0x103c, 0x2a60, "HP Lucknow", ALC888_3ST_HP),
22 SND_PCI_QUIRK(0x103c, 0x2a61, "HP Nettle", ALC883_6ST_DIG),
23 + SND_PCI_QUIRK(0x103c, 0x2a66, "HP Acacia", ALC888_3ST_HP),
24 + SND_PCI_QUIRK(0x103c, 0x2a72, "HP Educ.ar", ALC888_3ST_HP),
25 SND_PCI_QUIRK(0x1043, 0x1873, "Asus M90V", ALC888_ASUS_M90V),
26 SND_PCI_QUIRK(0x1043, 0x8249, "Asus M2A-VM HDMI", ALC883_3ST_6ch_DIG),
27 + SND_PCI_QUIRK(0x1043, 0x8284, "Asus Z37E", ALC883_6ST_DIG),
28 SND_PCI_QUIRK(0x1043, 0x835f, "Asus Eee 1601", ALC888_ASUS_EEE1601),
29 SND_PCI_QUIRK(0x105b, 0x0ce8, "Foxconn P35AX-S", ALC883_6ST_DIG),
30 SND_PCI_QUIRK(0x105b, 0x6668, "Foxconn", ALC883_6ST_DIG),