diff options
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r-- | test/read_mixer.cxx | 12 |
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) { |