diff options
author | Max Kellermann <max@duempel.org> | 2009-10-20 21:23:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-20 21:23:05 +0200 |
commit | 097e200a97dfda0844c93f53f1c0a1e6f5d07201 (patch) | |
tree | 958b079c42f9e4b80d65451794755c8aa4b76970 /src/mixer_list.h | |
parent | bd28caed3c650101ee4d19b9b0d985609f1a97cf (diff) | |
download | mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.gz mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.tar.xz mpd-097e200a97dfda0844c93f53f1c0a1e6f5d07201.zip |
mixer/{oss,alsa}: renamed the mixer source files
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 |