Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv16019/include

Modified Files:
        mpu401.h 
Log Message:
Manuel Jander <[EMAIL PROTECTED]>
Callbacks for I/O operations.


Index: mpu401.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/mpu401.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpu401.h    4 Nov 2002 10:03:34 -0000       1.8
+++ mpu401.h    15 Mar 2003 16:23:33 -0000      1.9
@@ -42,6 +42,7 @@
 #define MPU401_HW_ALS4000              16      /* Avance Logic ALS4000 */
 #define MPU401_HW_INTEL8X0             17      /* Intel8x0 driver */
 #define MPU401_HW_PC98II               18      /* Roland PC98II */
+#define MPU401_HW_AUREAL               19      /* Aureal Vortex */
 
 #define MPU401_MODE_BIT_INPUT          0
 #define MPU401_MODE_BIT_OUTPUT         1
@@ -87,6 +88,9 @@
        spinlock_t timer_lock;
 
        struct timer_list timer;
+
+       void (*write) (mpu401_t * mpu, unsigned char data, unsigned long addr);
+       unsigned char (*read) (mpu401_t * mpu, unsigned long addr);
 };
 
 /* I/O ports */



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to