Update of /cvsroot/alsa/alsa-lib/src/seq
In directory usw-pr-cvs1:/tmp/cvs-serv19889/src/seq

Modified Files:
        seq_midi_event.c 
Log Message:
Reverted back the PCM API.
New snd_pcm_hw_params_* functions are available only explicitly when
ALSA_PCM_NEW_HW_PARAMS_API is defined.
Updated documentation and test code to new API.


Index: seq_midi_event.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/seq/seq_midi_event.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- seq_midi_event.c    11 May 2002 06:28:55 -0000      1.15
+++ seq_midi_event.c    19 Sep 2002 16:12:29 -0000      1.16
@@ -172,6 +172,13 @@
        }
 }
 
+/**
+ * \brief Enable/disable MIDI command merging
+ * \param dev MIDI event parser
+ * \param on 0 - enable MIDI command merging, 1 - always pass the command
+ *
+ * Enable/disable MIDI command merging
+ */
 void snd_midi_event_no_status(snd_midi_event_t *dev, int on)
 {
        dev->nostat = on ? 1 : 0;



-------------------------------------------------------
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

Reply via email to