MixerPlugin: add EventLoop& init() parameter
This commit is contained in:
@@ -143,7 +143,8 @@ pulse_mixer_on_change(PulseMixer *pm,
|
||||
}
|
||||
|
||||
static Mixer *
|
||||
pulse_mixer_init(void *ao, gcc_unused const config_param ¶m,
|
||||
pulse_mixer_init(gcc_unused EventLoop &event_loop, void *ao,
|
||||
gcc_unused const config_param ¶m,
|
||||
Error &error)
|
||||
{
|
||||
PulseOutput *po = (PulseOutput *)ao;
|
||||
|
Reference in New Issue
Block a user