From 737cf2e69e0248e134979cbeb9230e71c908a53d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 13 May 2007 10:36:53 +0000 Subject: change types of volumes from "int" to "int32_t" git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@9 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.h') 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; -- cgit