summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-sink.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-18 15:41:59 +0200
committerMichal Ratajsky <[email protected]>2014-07-18 15:41:59 +0200
commit56c76128b0144a5c61e77d2a7aec07a337cfb66d (patch)
treef67ce44025881578cf6de3332064c214da176a23 /backends/pulse/pulse-sink.h
parent85070f3b97a3213d75a7bebf86ad973aaa21c55b (diff)
downloadlibmatemixer-56c76128b0144a5c61e77d2a7aec07a337cfb66d.tar.bz2
libmatemixer-56c76128b0144a5c61e77d2a7aec07a337cfb66d.tar.xz
PulseAudio fixes and API updates
Diffstat (limited to 'backends/pulse/pulse-sink.h')
-rw-r--r--backends/pulse/pulse-sink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/pulse/pulse-sink.h b/backends/pulse/pulse-sink.h
index 7265a7c..c0631ca 100644
--- a/backends/pulse/pulse-sink.h
+++ b/backends/pulse/pulse-sink.h
@@ -65,9 +65,9 @@ PulseStream *pulse_sink_new (PulseConnection *connection,
const pa_sink_info *info,
PulseDevice *device);
-guint32 pulse_sink_get_monitor_index (PulseStream *stream);
+guint32 pulse_sink_get_monitor_index (PulseStream *pstream);
-gboolean pulse_sink_update (PulseStream *stream,
+gboolean pulse_sink_update (PulseStream *pstream,
const pa_sink_info *info,
PulseDevice *device);