aboutsummaryrefslogtreecommitdiff
path: root/sio.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-04 15:02:24 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-04 15:02:24 +0000
commit4ea9f451d622f121668f41ad8a59eadbbdc786ff (patch)
tree458119ee112e5b7255615dfe60513cd16fc64b72 /sio.h
parent967d75bb678cc3b4140462830851e28762726115 (diff)
update alsa plugin
Diffstat (limited to 'sio.h')
-rw-r--r--sio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sio.h b/sio.h
index 29dfea8..775b222 100644
--- a/sio.h
+++ b/sio.h
@@ -23,6 +23,7 @@ struct sio;
__BEGIN_DECLS
struct sio *init_sio(void);
int16_t *read_sio(struct sio *, unsigned int);
+unsigned int max_samples_sio(struct sio *);
void free_sio(struct sio *);
__END_DECLS