From 9f625b0a0da86b0a75de5b3805085301d6690cf1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Apr 2013 20:47:55 +0200 Subject: mixer/Pulse: convert to a class --- src/output/PulseOutputPlugin.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/output/PulseOutputPlugin.hxx') diff --git a/src/output/PulseOutputPlugin.hxx b/src/output/PulseOutputPlugin.hxx index b120aa182..26ee25a41 100644 --- a/src/output/PulseOutputPlugin.hxx +++ b/src/output/PulseOutputPlugin.hxx @@ -25,7 +25,7 @@ #include struct PulseOutput; -struct pulse_mixer; +struct PulseMixer; struct pa_cvolume; extern const struct audio_output_plugin pulse_output_plugin; @@ -41,10 +41,10 @@ void pulse_output_unlock(PulseOutput *po); void -pulse_output_set_mixer(PulseOutput *po, struct pulse_mixer *pm); +pulse_output_set_mixer(PulseOutput *po, PulseMixer *pm); void -pulse_output_clear_mixer(PulseOutput *po, struct pulse_mixer *pm); +pulse_output_clear_mixer(PulseOutput *po, PulseMixer *pm); bool pulse_output_set_volume(PulseOutput *po, -- cgit v1.2.3