aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-16 20:51:21 +0200
committerMax Kellermann <max@duempel.org>2013-04-16 20:51:21 +0200
commite63420a8c2cfe4d93e43bf41348738bf67758c76 (patch)
treef71f556bb3bf095ed129e691eafaf3b9a370013f /test/read_mixer.cxx
parente02d8ad8d29ac102582a1a27bd652ec7a46dabbc (diff)
downloadmpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.tar.gz
mpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.tar.xz
mpd-e63420a8c2cfe4d93e43bf41348738bf67758c76.zip
output/Pulse: convert to C++
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r--test/read_mixer.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx
index 1dc0a4f43..f8c50fdfc 100644
--- a/test/read_mixer.cxx
+++ b/test/read_mixer.cxx
@@ -35,32 +35,32 @@
EventLoop *main_loop;
#ifdef HAVE_PULSE
-#include "output/pulse_output_plugin.h"
+#include "output/PulseOutputPlugin.hxx"
void
-pulse_output_lock(G_GNUC_UNUSED struct pulse_output *po)
+pulse_output_lock(G_GNUC_UNUSED PulseOutput *po)
{
}
void
-pulse_output_unlock(G_GNUC_UNUSED struct pulse_output *po)
+pulse_output_unlock(G_GNUC_UNUSED PulseOutput *po)
{
}
void
-pulse_output_set_mixer(G_GNUC_UNUSED struct pulse_output *po,
+pulse_output_set_mixer(G_GNUC_UNUSED PulseOutput *po,
G_GNUC_UNUSED struct pulse_mixer *pm)
{
}
void
-pulse_output_clear_mixer(G_GNUC_UNUSED struct pulse_output *po,
+pulse_output_clear_mixer(G_GNUC_UNUSED PulseOutput *po,
G_GNUC_UNUSED struct pulse_mixer *pm)
{
}
bool
-pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po,
+pulse_output_set_volume(G_GNUC_UNUSED PulseOutput *po,
G_GNUC_UNUSED const struct pa_cvolume *volume,
G_GNUC_UNUSED GError **error_r)
{