From e9c6cfb43c756f28a21f0ca4f39265009a92568e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 14:01:51 +0100 Subject: Rename vol_ctl_object to vol_ctl --- src/sink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sink.h') 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; }; -- cgit