diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 21:52:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 21:52:15 +0200 |
commit | 5d74b1efefb5d992096c2cdfeceb8281114bbd0c (patch) | |
tree | ac5a98cb25b0bd8a96e50f234bfa60bc8cf9b4c2 /src/mixer_list.h | |
parent | d3b5574d7aac0a7f2d4eb785facfad9f37c15dd5 (diff) | |
download | mpd-5d74b1efefb5d992096c2cdfeceb8281114bbd0c.tar.gz mpd-5d74b1efefb5d992096c2cdfeceb8281114bbd0c.tar.xz mpd-5d74b1efefb5d992096c2cdfeceb8281114bbd0c.zip |
mixer/software: new mixer which controls filter/volume
This mixer plugin may be used instead of the traditional global
software mixer. It integrates with the "volume" filter plugin, and
can control the software volume of an audio output which has no
hardware mixer.
Diffstat (limited to '')
-rw-r--r-- | src/mixer_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h index 7db4a00d8..4e81c57b2 100644 --- a/src/mixer_list.h +++ b/src/mixer_list.h @@ -25,6 +25,7 @@ #ifndef MPD_MIXER_LIST_H #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 pulse_mixer; |