summaryrefslogtreecommitdiff
path: root/src/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sink.h')
-rw-r--r--src/sink.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sink.h b/src/sink.h
index 7141a26..1d97752 100644
--- a/src/sink.h
+++ b/src/sink.h
@@ -25,7 +25,7 @@
struct context;
-struct vol_ctl_object {
+struct vol_ctl {
guint32 index;
pa_volume_t vol; // TOTO: exchange with the channel-list
gint mute;
@@ -41,12 +41,12 @@ struct vol_ctl_object {
};
struct sink_info {
- struct vol_ctl_object base;
+ struct vol_ctl base;
gint priority;
};
struct sink_input_info {
- struct vol_ctl_object base;
+ struct vol_ctl base;
guint32 sink;
};