aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-09-29 20:49:18 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-09-29 20:49:18 +0000
commit2ea3fd4bb3c63dda001a6059094cb7b6053176ac (patch)
treeffc2d53aaed5ea878bbaea8a7de32dbdcaf5fe18 /include/seq.h
parent7088f1923386f8b055cc62c5291eab6779918735 (diff)
Completed renaming drain->stop, flush->drain (PCM). Done renaming drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/seq.h b/include/seq.h
index 3bd4989d..2ba07c6c 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -82,13 +82,13 @@ int snd_seq_event_output_buffer(snd_seq_t *handle, snd_seq_event_t *ev);
int snd_seq_event_output_direct(snd_seq_t *handle, snd_seq_event_t *ev);
int snd_seq_event_input(snd_seq_t *handle, snd_seq_event_t **ev);
int snd_seq_event_input_pending(snd_seq_t *seq, int fetch_sequencer);
-int snd_seq_flush_output(snd_seq_t *handle);
+int snd_seq_drain_output(snd_seq_t *handle);
int snd_seq_event_output_pending(snd_seq_t *seq);
int snd_seq_extract_output(snd_seq_t *handle, snd_seq_event_t **ev);
-int snd_seq_drain_output(snd_seq_t *handle);
-int snd_seq_drain_output_buffer(snd_seq_t *handle);
-int snd_seq_drain_input(snd_seq_t *handle);
-int snd_seq_drain_input_buffer(snd_seq_t *handle);
+int snd_seq_drop_output(snd_seq_t *handle);
+int snd_seq_drop_output_buffer(snd_seq_t *handle);
+int snd_seq_drop_input(snd_seq_t *handle);
+int snd_seq_drop_input_buffer(snd_seq_t *handle);
int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
/* misc */
void snd_seq_set_bit(int nr, void *array);