aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index f6ac80f63..f5f4f8227 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -293,6 +293,12 @@ This specifies which mixer control to use (sometimes referred to as the
"device"). Examples of mixer controls are PCM, Line1, Master, etc. An example
for OSS is "Pcm", and an example for alsa is "PCM".
.TP
+.B mixer_index <mixer index>
+A number identifying the index of the named mixer control. This is
+probably only useful if your alsa device has more than one
+identically\-named mixer control. The default is "0". (Use "amixer
+scontrols" to see the list of controls with their indexes)
+.TP
.B use_mmap <yes or no>
Setting this allows you to use memory-mapped I/O. Certain hardware setups may
benefit from this, but most do not. Most users do not need to set this. The