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

View File

@@ -215,7 +215,7 @@ pulse_mixer_set_volume(Mixer *mixer, unsigned volume, Error &error)
return success;
}
const struct mixer_plugin pulse_mixer_plugin = {
const MixerPlugin pulse_mixer_plugin = {
pulse_mixer_init,
pulse_mixer_finish,
nullptr,