OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin

This commit is contained in:
Max Kellermann
2014-01-28 11:22:27 +01:00
parent 2f873edc9c
commit e0dc721324
39 changed files with 53 additions and 50 deletions

View File

@@ -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