MixerType: rename to CamelCase

This commit is contained in:
Max Kellermann
2014-12-02 18:17:55 +01:00
parent 5899a272ef
commit 21c42819c7
3 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ audio_output_detect(Error &error)
* mixer_enabled, if the mixer_type setting is not configured.
*/
gcc_pure
static enum mixer_type
static MixerType
audio_output_mixer_type(const config_param &param)
{
/* read the local "mixer_type" setting */