mixer_plugin: pass audio_output pointer to mixer_plugin.init()
This allows the mixer object to access its associated audio output object.
This commit is contained in:
@@ -34,7 +34,8 @@ struct mixer_plugin;
|
||||
struct config_param;
|
||||
|
||||
struct mixer *
|
||||
mixer_new(const struct mixer_plugin *plugin, const struct config_param *param,
|
||||
mixer_new(const struct mixer_plugin *plugin, void *ao,
|
||||
const struct config_param *param,
|
||||
GError **error_r);
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user