aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-17 14:26:55 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-03-17 14:26:55 -0400
commitab3d1a08d064b423b2e2a3702c3039947bbb810f (patch)
tree40786cc8fafef4ae34fb55d3c1d95f2d49ff6730 /src/pulseaudio-mgr.h
parentd1a4d4e51d74192975dd2aa1dda35581b1d23d73 (diff)
parent7619eab48daaa739fb3418237c693b7b463182f0 (diff)
downloadayatana-indicator-sound-ab3d1a08d064b423b2e2a3702c3039947bbb810f.tar.gz
ayatana-indicator-sound-ab3d1a08d064b423b2e2a3702c3039947bbb810f.tar.bz2
ayatana-indicator-sound-ab3d1a08d064b423b2e2a3702c3039947bbb810f.zip
releasing version 0.6.4-0ubuntu1
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);