summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-13 10:36:53 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-13 10:36:53 +0000
commit737cf2e69e0248e134979cbeb9230e71c908a53d (patch)
tree4764853cbc37f4911552946dfaeb5e6924048eba /common.h
parent17e086aaa4960e3b4d779ad02d816e9452c0d458 (diff)
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
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;