aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-15 09:35:59 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-15 09:35:59 +0000
commit661b34c4f8175efbd51a4471c01e96a370806228 (patch)
treef141fb88b4e85f1d78f2767c1e6bc976b7606521 /src/pulseaudio-mgr.h
parent014ef9d63fdf4d7213f1a9481d0566a63daa7543 (diff)
parentbaddd57857b450ec4f80312811d5f50b78c46781 (diff)
downloadayatana-indicator-sound-661b34c4f8175efbd51a4471c01e96a370806228.tar.gz
ayatana-indicator-sound-661b34c4f8175efbd51a4471c01e96a370806228.tar.bz2
ayatana-indicator-sound-661b34c4f8175efbd51a4471c01e96a370806228.zip
step one in sorting the volume slider mute behaviour
Diffstat (limited to 'src/pulseaudio-mgr.h')
-rw-r--r--src/pulseaudio-mgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulseaudio-mgr.h b/src/pulseaudio-mgr.h
index d61117d..ace47f3 100644
--- a/src/pulseaudio-mgr.h
+++ b/src/pulseaudio-mgr.h
@@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "active-sink.h"
+#include "device.h"
-void pm_establish_pulse_connection (ActiveSink* active_sink);
+void pm_establish_pulse_connection (Device* device);
void close_pulse_activites();
void pm_update_volume (gint sink_index, pa_cvolume new_volume);
void pm_update_mic_gain (gint source_index, pa_cvolume new_gain);