diff options
Diffstat (limited to 'src/output/plugins/PulseOutputPlugin.hxx')
-rw-r--r-- | src/output/plugins/PulseOutputPlugin.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/output/plugins/PulseOutputPlugin.hxx b/src/output/plugins/PulseOutputPlugin.hxx index 4d8bf4b59..9219780a5 100644 --- a/src/output/plugins/PulseOutputPlugin.hxx +++ b/src/output/plugins/PulseOutputPlugin.hxx @@ -28,19 +28,19 @@ class Error; extern const struct AudioOutputPlugin pulse_output_plugin; void -pulse_output_lock(PulseOutput *po); +pulse_output_lock(PulseOutput &po); void -pulse_output_unlock(PulseOutput *po); +pulse_output_unlock(PulseOutput &po); void -pulse_output_set_mixer(PulseOutput *po, PulseMixer *pm); +pulse_output_set_mixer(PulseOutput &po, PulseMixer &pm); void -pulse_output_clear_mixer(PulseOutput *po, PulseMixer *pm); +pulse_output_clear_mixer(PulseOutput &po, PulseMixer &pm); bool -pulse_output_set_volume(PulseOutput *po, +pulse_output_set_volume(PulseOutput &po, const pa_cvolume *volume, Error &error); #endif |