summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-14 10:46:28 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-14 10:46:28 +0000
commitbec5d6e03388a07d9d58a8564f665782231ef8ec (patch)
tree76c707c7c9be4df1fd2cd893dfc5d7ea605c8b12 /common.h
parent2b2a7d40f375c4143d01c40528ee75a025e9fe12 (diff)
* change signature of volume setters to include the size of the array
* s/output/write/g, s/input/read/g * make "client_name" mandatory again git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@13 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 0444fd4..5af7268 100644
--- a/common.h
+++ b/common.h
@@ -35,8 +35,8 @@ struct sa_stream {
char *device;
char *driver;
- int32_t *input_volume;
- int32_t *output_volume;
+ int32_t *read_volume;
+ int32_t *write_volume;
void *user_data;