Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1264 - genpatches-2.6/trunk/2.6.24
Date: Wed, 27 Feb 2008 13:58:51
Message-Id: E1JUMo3-0001pp-RI@stork.gentoo.org
1 Author: dsd
2 Date: 2008-02-27 13:58:46 +0000 (Wed, 27 Feb 2008)
3 New Revision: 1264
4
5 Added:
6 genpatches-2.6/trunk/2.6.24/2700_alsa-hda-lifebook-e8410.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.24/0000_README
9 Log:
10 Fix mixer controls for Fujitsu Lifebook E8410 sound chip
11
12 Modified: genpatches-2.6/trunk/2.6.24/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.24/0000_README 2008-02-26 15:50:31 UTC (rev 1263)
15 +++ genpatches-2.6/trunk/2.6.24/0000_README 2008-02-27 13:58:46 UTC (rev 1264)
16 @@ -87,6 +87,10 @@
17 From: http://bugs.gentoo.org/208493
18 Desc: Fix warning flood when arcmsr is ran with archttp
19
20 +Patch: 2700_alsa-hda-lifebook-e8410.patch
21 +From: Tony Vroon <chainsaw@g.o>
22 +Desc: Fix mixer controls for Fujitsu Lifebook E8410 sound chip
23 +
24 Patch: 4105_dm-bbr.patch
25 From: EVMS 2.5.2
26 Desc: Bad block relocation support for LiveCD users
27
28 Added: genpatches-2.6/trunk/2.6.24/2700_alsa-hda-lifebook-e8410.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.24/2700_alsa-hda-lifebook-e8410.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.24/2700_alsa-hda-lifebook-e8410.patch 2008-02-27 13:58:46 UTC (rev 1264)
32 @@ -0,0 +1,19 @@
33 +hda-codec - Add Fujitsu Lifebook E8410 to quirk table
34 +
35 +From: Tony Vroon <chainsaw@g.o>
36 +
37 +Add the proper model entry for Fujitsu Lifebook E8410 with ALC262 codec.
38 +http://hg-mirror.alsa-project.org/alsa-kernel/rev/f86467a0bc3b
39 +
40 +Index: linux-2.6.24-gentoo-r3/sound/pci/hda/patch_realtek.c
41 +===================================================================
42 +--- linux-2.6.24-gentoo-r3.orig/sound/pci/hda/patch_realtek.c
43 ++++ linux-2.6.24-gentoo-r3/sound/pci/hda/patch_realtek.c
44 +@@ -8510,6 +8510,7 @@ static struct snd_pci_quirk alc262_cfg_t
45 + SND_PCI_QUIRK(0x103c, 0x2807, "HP D7000", ALC262_HP_BPC_D7000_WF),
46 + SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
47 + SND_PCI_QUIRK(0x10cf, 0x1397, "Fujitsu", ALC262_FUJITSU),
48 ++ SND_PCI_QUIRK(0x10cf, 0x142d, "Fujitsu Lifebook E8410", ALC262_FUJITSU),
49 + SND_PCI_QUIRK(0x17ff, 0x058f, "Benq Hippo", ALC262_HIPPO_1),
50 + SND_PCI_QUIRK(0x17ff, 0x0560, "Benq ED8", ALC262_BENQ_ED8),
51 + SND_PCI_QUIRK(0x17ff, 0x058d, "Benq T31-16", ALC262_BENQ_T31),
52
53 --
54 gentoo-commits@l.g.o mailing list