From 90ee488597534179cd5dce68d84ba1e23569f681 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 26 Feb 2009 09:13:07 -0800 Subject: mixer: Add "disabled" mixer_type. --- doc/mpd.conf.5 | 2 +- doc/mpdconf.example | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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 +.B mixer_type 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 diff --git a/doc/mpdconf.example b/doc/mpdconf.example index ba9a74ef6..5b19c028c 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -245,6 +245,10 @@ log_file "~/.mpd/log" # #mixer_type "software" # +# This example will not allow MPD to touch the mixer at all. +# +#mixer_type "disabled" +# ############################################################################### -- cgit v1.2.3