Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsa-driver/files: alsa-driver-1.0.15-linux-2.4.patch digest-alsa-driver-1.0.15_rc2
Date: Sun, 21 Oct 2007 15:29:19
Message-Id: E1IjcZO-0002Sn-Fr@stork.gentoo.org
1 phreak 07/10/21 15:18:26
2
3 Added: alsa-driver-1.0.15-linux-2.4.patch
4 Removed: digest-alsa-driver-1.0.15_rc2
5 Log:
6 Adding a patch for Linux 2.4.*, to make alsa-driver useable (wasn't before due to alsa-driver having an unresolved symbol to 'snd_fops'). Thanks to rajiv for pointing me into the right directio.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.1 media-sound/alsa-driver/files/alsa-driver-1.0.15-linux-2.4.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/files/alsa-driver-1.0.15-linux-2.4.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-driver/files/alsa-driver-1.0.15-linux-2.4.patch?rev=1.1&content-type=text/plain
14
15 Index: alsa-driver-1.0.15-linux-2.4.patch
16 ===================================================================
17 --- a/alsa-kernel/core/sound.c
18 +++ b/alsa-kernel/core/sound.c
19 @@ -168,7 +168,7 @@ static int snd_open(struct inode *inode,
20 return err;
21 }
22
23 -static const struct file_operations snd_fops =
24 +struct file_operations snd_fops =
25 {
26 .owner = THIS_MODULE,
27 .open = snd_open
28
29
30
31 --
32 gentoo-commits@g.o mailing list