diff options
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r-- | src/mixer_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h index 916e3738c..2d9c773f6 100644 --- a/src/mixer_list.h +++ b/src/mixer_list.h @@ -26,8 +26,8 @@ #define MPD_MIXER_LIST_H extern const struct mixer_plugin software_mixer_plugin; -extern const struct mixer_plugin alsa_mixer; -extern const struct mixer_plugin oss_mixer; +extern const struct mixer_plugin alsa_mixer_plugin; +extern const struct mixer_plugin oss_mixer_plugin; extern const struct mixer_plugin pulse_mixer_plugin; #endif |