aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r--src/mixer_list.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h
index 7db4a00d8..2d9c773f6 100644
--- a/src/mixer_list.h
+++ b/src/mixer_list.h
@@ -25,8 +25,9 @@
#ifndef MPD_MIXER_LIST_H
#define MPD_MIXER_LIST_H
-extern const struct mixer_plugin alsa_mixer;
-extern const struct mixer_plugin oss_mixer;
-extern const struct mixer_plugin pulse_mixer;
+extern const struct mixer_plugin software_mixer_plugin;
+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