aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-11-24 17:47:01 +0000
committerJaroslav Kysela <perex@perex.cz>2001-11-24 17:47:01 +0000
commitc33c5760ab412f2f1551bc0f406c6749827417e8 (patch)
tree49649b21fcbaf8d9ab586db5dea3615df1cc32d0 /include/seq.h
parentf830a7733442b3320999aaf47dc54870506e61d2 (diff)
Added snd_*_open_lconf functions.
Some minor changes in config interface documentation.
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/seq.h b/include/seq.h
index f4fcbf4a..3cdd1cee 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -84,6 +84,7 @@ typedef enum _snd_seq_type {
/*
*/
int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
+int snd_seq_open_lconf(snd_seq_t **handle, const char *name, int streams, int mode, snd_config_t *lconf);
const char *snd_seq_name(snd_seq_t *seq);
snd_seq_type_t snd_seq_type(snd_seq_t *seq);
int snd_seq_close(snd_seq_t *handle);