summaryrefslogtreecommitdiffstats
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sink.h b/src/sink.h
index a5b1ff68..f251c0b9 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -20,7 +20,7 @@ struct sink {
struct source *monitor_source;
- uint8_t volume;
+ uint32_t volume;
void (*notify)(struct sink*sink);
uint32_t (*get_latency)(struct sink *s);