aboutsummaryrefslogtreecommitdiff
path: root/src/pulseaudio-mgr.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-03-17 10:08:17 -0400
committerBazaar Package Importer <james.westby@ubuntu.com>2011-03-17 10:08:17 -0400
commitb731b7b95a7507d2a900ae5f08af7ce54c8148a9 (patch)
tree88a3a543c3ba100ce0499e846ea8f9e92224c6d1 /src/pulseaudio-mgr.h
parent36e86360c08f32ec163485232bc9e3ebd3840f71 (diff)
parentab3d1a08d064b423b2e2a3702c3039947bbb810f (diff)
downloadayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.gz
ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.tar.bz2
ayatana-indicator-sound-b731b7b95a7507d2a900ae5f08af7ce54c8148a9.zip
* New upstream release.
- Harmonize mute behaviour of both VOIP and volume slider (LP: #731870) - keyboard handling for voip slider not working (LP: #732500) - "Choose Playlist" needs to be marked for translation (LP: #736372) - show record level control on PULSE_PROP_media.role=production (LP: #736049)
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);