summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-12-24 00:49:43 +0100
committerLennart Poettering <lennart@poettering.net>2008-12-24 00:49:43 +0100
commit6130c5c11b0b76cc779b52636c5635729fedf89a (patch)
treeadf3b26829f01bdf5d7db0729b54a67009daa9f2 /src/pulsecore/sink.h
parent3e3c103ed9e9e4782c12380c3735ab9aaf2611c8 (diff)
Add "base volume" field to sinks/sources
Diffstat (limited to 'src/pulsecore/sink.h')
-rw-r--r--src/pulsecore/sink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
index c5a73214..254be3b0 100644
--- a/src/pulsecore/sink.h
+++ b/src/pulsecore/sink.h
@@ -81,6 +81,8 @@ struct pa_sink {
pa_cvolume volume;
pa_bool_t muted;
+ pa_volume_t base_volume; /* shall be constant */
+
pa_bool_t refresh_volume:1;
pa_bool_t refresh_muted:1;