aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerList.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-02 18:16:33 +0100
committerMax Kellermann <max@duempel.org>2014-12-02 18:20:44 +0100
commit0debba0f6e35d88ad17734fda2605e4f97f19820 (patch)
tree5a3821b5f3e4ad7145ad3717dad8506ad5dd8ca4 /src/mixer/MixerList.hxx
parentf2bd2c318c810645b4e3c7518d695d6d4b1c06a7 (diff)
downloadmpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.gz
mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.tar.xz
mpd-0debba0f6e35d88ad17734fda2605e4f97f19820.zip
mixer/null: new mixer plugin
Diffstat (limited to '')
-rw-r--r--src/mixer/MixerList.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixer/MixerList.hxx b/src/mixer/MixerList.hxx
index e75b2e6ff..8be74adf2 100644
--- a/src/mixer/MixerList.hxx
+++ b/src/mixer/MixerList.hxx
@@ -27,6 +27,7 @@
struct MixerPlugin;
+extern const MixerPlugin null_mixer_plugin;
extern const MixerPlugin software_mixer_plugin;
extern const MixerPlugin alsa_mixer_plugin;
extern const MixerPlugin oss_mixer_plugin;