diff options
author | Max Kellermann <max@duempel.org> | 2009-04-28 20:33:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-28 20:33:06 +0200 |
commit | e7100377608e282424fde43a196ffdc059d9c4fa (patch) | |
tree | 17836c944adf9a044df91eafba1f7e6a5353ebde /doc/user.xml | |
parent | 61b083551265c78110855e79b5f12adcd422affb (diff) | |
download | mpd-e7100377608e282424fde43a196ffdc059d9c4fa.tar.gz mpd-e7100377608e282424fde43a196ffdc059d9c4fa.tar.xz mpd-e7100377608e282424fde43a196ffdc059d9c4fa.zip |
output_init: added option to disable the hardware mixer
Added the per-device option "mixer_enabled" which allows users to
disable the hardware mixer of an audio output.
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 2fb27fc4d..63f5c9f6c 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -285,6 +285,17 @@ cd mpd-0.14.2</programlisting> enabled. </entry> </row> + <row> + <entry> + <varname>mixer_enabled</varname> + <parameter>yes|no</parameter> + </entry> + <entry> + Specifies whether the hardware mixer of this audio + output should be used. By default, all hardware + mixers are enabled if available. + </entry> + </row> </tbody> </tgroup> </informaltable> |