summaryrefslogtreecommitdiffstats
path: root/sydney.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-13 11:06:11 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-13 11:06:11 +0000
commit9b847c719e5b6654337ef910a11a07a3754ebbdc (patch)
tree92e20bb9991648a4450a0f7edb9c941a4eb0550e /sydney.h
parent3e4c6f9f6184ea2a127c2e9cc1deeb0cb240b287 (diff)
s/int/in32_t/ for vol
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@11 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'sydney.h')
-rw-r--r--sydney.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sydney.h b/sydney.h
index 041e479..2c5adf4 100644
--- a/sydney.h
+++ b/sydney.h
@@ -311,8 +311,8 @@ int sa_stream_get_ni(sa_stream_t *s, int *enabled);
int sa_stream_get_dynamic_rate(sa_stream_t *s, int *enabled);
int sa_stream_get_driver(sa_stream_t *s, const char **driver);
int sa_stream_get_device(sa_stream_t *s, const char **device_name);
-int sa_stream_get_input_volume(sa_stream_t *s, const int *vol[]);
-int sa_stream_get_output_volume(sa_stream_t *s, const int *vol[]);
+int sa_stream_get_input_volume(sa_stream_t *s, const int32_t *vol[]);
+int sa_stream_get_output_volume(sa_stream_t *s, const int32_t *vol[]);
int sa_stream_get_meta_data(sa_stream_t *s, const char *name, const void **data, size_t *size);
int sa_stream_get_adjust_rate(sa_stream_t *s, sa_adjust_t *direction);
int sa_stream_get_adjust_nchannels(sa_stream_t *s, sa_adjust_t *direction);