Update of /cvsroot/alsa/alsa-kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv28241/alsa-kernel
Modified Files:
sound_core.c
Log Message:
- sync with the 2.6 tree (imajor, iminor)
- fixed firmware ioctls for sscape and hdsp drivers (ioctl out of range)
Index: sound_core.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/sound_core.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sound_core.c 20 May 2003 20:43:56 -0000 1.14
+++ sound_core.c 25 Sep 2003 18:55:42 -0000 1.15
@@ -483,7 +483,7 @@
int soundcore_open(struct inode *inode, struct file *file)
{
int chain;
- int unit = minor(inode->i_rdev);
+ int unit = iminor(inode);
struct sound_unit *s;
struct file_operations *new_fops = NULL;
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog