diff options
author | Max Kellermann <max@duempel.org> | 2014-12-02 18:16:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-02 18:20:44 +0100 |
commit | 0debba0f6e35d88ad17734fda2605e4f97f19820 (patch) | |
tree | 5a3821b5f3e4ad7145ad3717dad8506ad5dd8ca4 /src/mixer/MixerList.hxx | |
parent | f2bd2c318c810645b4e3c7518d695d6d4b1c06a7 (diff) |
mixer/null: new mixer plugin
Diffstat (limited to 'src/mixer/MixerList.hxx')
-rw-r--r-- | src/mixer/MixerList.hxx | 1 |
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; |