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.
+
+
+
+
+
+