summaryrefslogtreecommitdiffstats
path: root/src/sinkinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sinkinput.h')
-rw-r--r--src/sinkinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sinkinput.h b/src/sinkinput.h
index f04ecb95..4fe39e2a 100644
--- a/src/sinkinput.h
+++ b/src/sinkinput.h
@@ -13,7 +13,7 @@ struct sink_input {
char *name;
struct sink *sink;
struct pa_sample_spec sample_spec;
- uint8_t volume;
+ uint32_t volume;
int (*peek) (struct sink_input *i, struct memchunk *chunk);
void (*drop) (struct sink_input *i, size_t length);