]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/alsa-post-ga-hda-pb-rs65-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-post-ga-hda-pb-rs65-quirk
1 From 5bd3729f6818721f76a2a2f7d2ecad899bace340 Mon Sep 17 00:00:00 2001
2 From: Takashi Iwai <tiwai@suse.de>
3 Date: Tue, 21 Apr 2009 18:36:30 +0200
4 Subject: ALSA: hda - Add quirk for Packard Bell RS65
5 Patch-mainline:
6 References: bnc#496878
7
8 Added a quirk (model=m51va) for Packard Bell RS65 with ALC663.
9
10 Reference: Novell bnc#496787
11 https://bugzilla.novell.com/show_bug.cgi?id=496787
12
13 Signed-off-by: Takashi Iwai <tiwai@suse.de>
14
15 ---
16 sound/pci/hda/patch_realtek.c | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 --- a/sound/pci/hda/patch_realtek.c
20 +++ b/sound/pci/hda/patch_realtek.c
21 @@ -16010,12 +16010,13 @@ static struct snd_pci_quirk alc662_cfg_t
22 SND_PCI_QUIRK(0x1043, 0x1765, "ASUS NB", ALC663_ASUS_MODE6),
23 SND_PCI_QUIRK(0x105b, 0x0d47, "Foxconn 45CMX/45GMX/45CMX-K",
24 ALC662_3ST_6ch_DIG),
25 - SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E),
26 SND_PCI_QUIRK(0x1019, 0x9087, "ECS", ALC662_ECS),
27 SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_ECS),
28 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L",
29 ALC662_3ST_6ch_DIG),
30 SND_PCI_QUIRK(0x1565, 0x820f, "Biostar TA780G M2+", ALC662_3ST_6ch_DIG),
31 + SND_PCI_QUIRK(0x1631, 0xc10c, "PB RS65", ALC663_ASUS_M51VA),
32 + SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E),
33 SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0",
34 ALC662_3ST_6ch_DIG),
35 SND_PCI_QUIRK(0x1854, 0x2000, "ASUS H13-2000", ALC663_ASUS_H13),