diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-02-26 09:13:07 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-02-26 09:13:07 -0800 |
commit | 90ee488597534179cd5dce68d84ba1e23569f681 (patch) | |
tree | 42b35f1aa206c2ddd4c08d65e35c09baaae8dd48 /doc/mpd.conf.5 | |
parent | 1b79449ef13086790082eec18e9a25f784a6dc00 (diff) | |
download | mpd-90ee488597534179cd5dce68d84ba1e23569f681.tar.gz mpd-90ee488597534179cd5dce68d84ba1e23569f681.tar.xz mpd-90ee488597534179cd5dce68d84ba1e23569f681.zip |
mixer: Add "disabled" mixer_type.
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index e375de195..592398a10 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -163,7 +163,7 @@ Linear interpolator, very fast, poor quality. For an up-to-date list of available converters, please see the libsamplerate documentation (available online at <\fBhttp://www.mega-nerd.com/SRC/\fP>). .TP -.B mixer_type <alsa, oss, software or hardware> +.B mixer_type <alsa, oss, software, hardware or disabled> This specifies which mixer to use. The default is hardware and depends on what audio output support mpd was built with. Options alsa and oss are legacy and should not be used in new configs, but when set mixer_device |