mixer/Plugin: pass AudioOutput to init()

Fix breakage from commit bea5681fd8
This commit is contained in:
Max Kellermann
2017-08-10 13:07:36 +02:00
parent fb0dbce15b
commit a257504ba4
13 changed files with 20 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ try {
EventLoop event_loop;
Mixer *mixer = mixer_new(event_loop, alsa_mixer_plugin,
*(FilteredAudioOutput *)nullptr,
*(AudioOutput *)nullptr,
*(MixerListener *)nullptr,
ConfigBlock());