From baad86bcd795bc9a52e27c73bfec6cbda392415f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Aug 2014 07:52:54 +0200 Subject: doc/user: document ALSA mixer plugin settings --- doc/user.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) diff --git a/doc/user.xml b/doc/user.xml index d70c9ead1..f78f2803f 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1781,6 +1781,63 @@ systemctl start mpd.socket + + + The according hardware mixer plugin understands the + following settings: + + + + + + + Setting + Description + + + + + + mixer_device + DEVICE + + + + Sets the ALSA mixer device name, defaulting to + default which lets ALSA + pick a value. + + + + + + mixer_control + NAME + + + + Choose a mixer control, defaulting to + PCM. Type amixer + scontrols to get a list of available + mixer controls. + + + + + + mixer_index + NUMBER + + + Choose a mixer control index. This is necessary if + there is more than one control with the same name. + Defaults to 0 (the first + one). + + + + +
@@ -2127,6 +2184,48 @@ systemctl start mpd.socket + + + The according hardware mixer plugin understands the + following settings: + + + + + + + Setting + Description + + + + + + mixer_device + DEVICE + + + + Sets the OSS mixer device path, defaulting to + /dev/mixer. + + + + + + mixer_control + NAME + + + + Choose a mixer control, defaulting to + PCM. + + + + + +
-- cgit v1.2.3