From ac32f36e4e1489664e7c202319978b6a9a15ed40 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Oct 2009 09:48:41 +0200 Subject: mixer_plugin: pass audio_output pointer to mixer_plugin.init() This allows the mixer object to access its associated audio output object. --- src/mixer_control.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mixer_control.h') diff --git a/src/mixer_control.h b/src/mixer_control.h index f023317e3..a550e0864 100644 --- a/src/mixer_control.h +++ b/src/mixer_control.h @@ -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 -- cgit v1.2.3