aboutsummaryrefslogtreecommitdiff
path: root/src/mixer_list.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
committerMax Kellermann <max@duempel.org>2009-10-20 21:23:05 +0200
commit097e200a97dfda0844c93f53f1c0a1e6f5d07201 (patch)
tree958b079c42f9e4b80d65451794755c8aa4b76970 /src/mixer_list.h
parentbd28caed3c650101ee4d19b9b0d985609f1a97cf (diff)
mixer/{oss,alsa}: renamed the mixer source files
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r--src/mixer_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h
index 916e3738..2d9c773f 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