summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-sink.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-03 20:48:08 +0200
committerMichal Ratajsky <[email protected]>2014-07-03 20:48:08 +0200
commitb81d9ed11fae7bee59b67b1aee9927e417666875 (patch)
treeb5b2d8406272db2b4457e31f714e1703d6336727 /backends/pulse/pulse-sink.h
parente13f443c1c4c73ef20dd00f1909f8c94c685b07f (diff)
downloadlibmatemixer-b81d9ed11fae7bee59b67b1aee9927e417666875.tar.bz2
libmatemixer-b81d9ed11fae7bee59b67b1aee9927e417666875.tar.xz
PulseAudio and API fixes
Diffstat (limited to 'backends/pulse/pulse-sink.h')
-rw-r--r--backends/pulse/pulse-sink.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/backends/pulse/pulse-sink.h b/backends/pulse/pulse-sink.h
index e345d48..7265a7c 100644
--- a/backends/pulse/pulse-sink.h
+++ b/backends/pulse/pulse-sink.h
@@ -24,6 +24,7 @@
#include <pulse/pulseaudio.h>
#include "pulse-connection.h"
+#include "pulse-device.h"
#include "pulse-stream.h"
G_BEGIN_DECLS
@@ -61,12 +62,14 @@ struct _PulseSinkClass
GType pulse_sink_get_type (void) G_GNUC_CONST;
PulseStream *pulse_sink_new (PulseConnection *connection,
- const pa_sink_info *info);
+ const pa_sink_info *info,
+ PulseDevice *device);
guint32 pulse_sink_get_monitor_index (PulseStream *stream);
gboolean pulse_sink_update (PulseStream *stream,
- const pa_sink_info *info);
+ const pa_sink_info *info,
+ PulseDevice *device);
G_END_DECLS