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.
This commit is contained in:
Max Kellermann
2009-04-28 20:33:06 +02:00
parent 61b0835512
commit e710037760
2 changed files with 13 additions and 1 deletions

View File

@@ -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>