aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-28 11:22:27 +0100
committerMax Kellermann <max@duempel.org>2014-01-28 11:33:15 +0100
commite0dc721324f34d8b3803dce64545871aec42e537 (patch)
tree5cc5177d022bf337e2dcc80ef1cc5a88f70d8fba /src/mixer
parent2f873edc9c61a55c7a524a48f16cb197cd08b37d (diff)
downloadmpd-e0dc721324f34d8b3803dce64545871aec42e537.tar.gz
mpd-e0dc721324f34d8b3803dce64545871aec42e537.tar.xz
mpd-e0dc721324f34d8b3803dce64545871aec42e537.zip
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
Diffstat (limited to 'src/mixer')
-rw-r--r--src/mixer/MixerPlugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerPlugin.hxx b/src/mixer/MixerPlugin.hxx
index b29ecbab8..2df0d809e 100644
--- a/src/mixer/MixerPlugin.hxx
+++ b/src/mixer/MixerPlugin.hxx
@@ -35,7 +35,7 @@ struct mixer_plugin {
/**
* Alocates and configures a mixer device.
*
- * @param ao the pointer returned by audio_output_plugin.init
+ * @param ao the pointer returned by AudioOutputPlugin.init
* @param param the configuration section
* @param error_r location to store the error occurring, or
* nullptr to ignore errors