aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-09-24 09:57:26 +0000
committerJaroslav Kysela <perex@perex.cz>2000-09-24 09:57:26 +0000
commit6962a9d6cef35b0bbbfc90c80584e6b2beac3841 (patch)
tree69e647500c337b71d262da26307416c7cfd8a2d8 /include/seq.h
parent40d1ee071dcc41fc12823d1169f993c2a2feb66f (diff)
Merged pcmplug branch.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/seq.h b/include/seq.h
index 7e358060..3bd4989d 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -17,7 +17,7 @@ typedef struct snd_seq snd_seq_t;
int snd_seq_open(snd_seq_t **handle, int mode);
int snd_seq_close(snd_seq_t *handle);
-int snd_seq_file_descriptor(snd_seq_t *handle);
+int snd_seq_poll_descriptor(snd_seq_t *handle);
int snd_seq_block_mode(snd_seq_t *handle, int enable);
int snd_seq_client_id(snd_seq_t *handle);
int snd_seq_output_buffer_size(snd_seq_t *handle);