Mixer: rename struct mixer_plugin to MixerPlugin

This commit is contained in:
Max Kellermann
2014-02-05 17:22:34 +01:00
parent 243c4e1e83
commit f86e159536
13 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ audio_output_mixer_type(const config_param &param)
static Mixer *
audio_output_load_mixer(EventLoop &event_loop, AudioOutput *ao,
const config_param &param,
const struct mixer_plugin *plugin,
const MixerPlugin *plugin,
Filter &filter_chain,
Error &error)
{
+2 -1
View File
@@ -28,6 +28,7 @@ struct config_param;
struct AudioFormat;
struct Tag;
struct AudioOutput;
struct MixerPlugin;
class Error;
/**
@@ -147,7 +148,7 @@ struct AudioOutputPlugin {
* created, this mixer plugin gets the same #config_param as
* this audio output device.
*/
const struct mixer_plugin *mixer_plugin;
const MixerPlugin *mixer_plugin;
};
static inline bool