Update of /cvsroot/alsa/alsa-driver/drivers
In directory sc8-pr-cvs1:/tmp/cvs-serv8627/drivers

Modified Files:
        serialmidi.c 
Log Message:
- fixed the type of bitops.



Index: serialmidi.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/drivers/serialmidi.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- serialmidi.c        8 Jan 2004 13:12:53 -0000       1.9
+++ serialmidi.c        21 Jan 2004 18:24:57 -0000      1.10
@@ -91,7 +91,7 @@
        char *sdev;                     /* serial device name (e.g. /dev/ttyS0) */
        unsigned int speed;             /* speed in bauds */
        unsigned int adaptor;           /* see SERIAL_ADAPTOR_ */
-       unsigned int mode;              /* see SERIAL_MODE_* */
+       unsigned long mode;             /* see SERIAL_MODE_* */
        unsigned int outs;              /* count of outputs */
        unsigned char prev_status[SNDRV_SERIAL_MAX_OUTS];
        snd_rawmidi_t *rmidi;           /* rawmidi device */



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to