From a0beb5fa26e2b66d01a3b21534b848930929a333 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 13:43:36 +0200 Subject: MixerPlugin: pass config_param reference --- src/MixerPlugin.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/MixerPlugin.hxx') diff --git a/src/MixerPlugin.hxx b/src/MixerPlugin.hxx index a43c34fc4..e80ae094e 100644 --- a/src/MixerPlugin.hxx +++ b/src/MixerPlugin.hxx @@ -37,13 +37,12 @@ struct mixer_plugin { * Alocates and configures a mixer device. * * @param ao the pointer returned by audio_output_plugin.init - * @param param the configuration section, or NULL if there is - * no configuration + * @param param the configuration section * @param error_r location to store the error occurring, or * NULL to ignore errors * @return a mixer object, or NULL on error */ - Mixer *(*init)(void *ao, const struct config_param *param, + Mixer *(*init)(void *ao, const config_param ¶m, GError **error_r); /** -- cgit v1.2.3