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

Modified Files:
        seq_midi_event.h 
Log Message:
Reverted back (N)RPN decoding - it is difficult to do this job here

Index: seq_midi_event.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/seq_midi_event.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seq_midi_event.h    16 Jun 2003 11:19:12 -0000      1.5
+++ seq_midi_event.h    16 Jun 2003 18:35:44 -0000      1.6
@@ -33,15 +33,12 @@
        int qlen;               /* queue length */
        int read;               /* chars read */
        int type;               /* current event type */
-       unsigned char lastcmd;
-       unsigned char nostat;
-       unsigned char xreg_hit;
-       int bufsize;
+       unsigned char lastcmd;  /* last command (for MIDI state handling) */
+       unsigned char nostat;   /* no state flag */
+       int bufsize;            /* allocated buffer size */
        unsigned char *buf;     /* input buffer */
        spinlock_t lock;
 };
-
-#define SND_MIDI_EVENT_NOSTATUS                (1<<0)  /* don't encode MIDI status */
 
 int snd_midi_event_new(int bufsize, snd_midi_event_t **rdev);
 int snd_midi_event_resize_buffer(snd_midi_event_t *dev, int bufsize);



-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to