summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
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 ef92bb7..0444fd4 100644
--- a/common.h
+++ b/common.h
@@ -35,8 +35,8 @@ struct sa_stream {
char *device;
char *driver;
- int *input_volume;
- int *output_volume;
+ int32_t *input_volume;
+ int32_t *output_volume;
void *user_data;