diff --git a/doc/user.xml b/doc/user.xml
index 8038e7bbe..e73282277 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -986,56 +986,20 @@ systemctl start mpd.socket
Input plugins
- curl
+ alsa
- Opens remote files or streams over HTTP.
+ Allows MPD on Linux to play audio directly from a soundcard using
+ the scheme alsa://. Audio is formatted as
+ 44.1 kHz 16-bit stereo (CD format). Examples:
-
-
-
-
- Setting
- Description
-
-
-
-
-
- proxy
-
-
- Sets the address of the HTTP proxy server.
-
-
-
-
- proxy_user,
- proxy_password
-
-
- Configures proxy authentication.
-
-
-
-
-
-
-
-
- file
-
- Opens local files.
+ mpc add alsa:// plays audio from device hw:0,0
-
-
-
- mms
-
- Plays streams with the MMS protocol.
+ mpc add alsa://hw:1,0 plays audio from device
+ hw:1,0
@@ -1074,6 +1038,44 @@ systemctl start mpd.socket
+
+ curl
+
+
+ Opens remote files or streams over HTTP.
+
+
+
+
+
+
+ Setting
+ Description
+
+
+
+
+
+ proxy
+
+
+ Sets the address of the HTTP proxy server.
+
+
+
+
+ proxy_user,
+ proxy_password
+
+
+ Configures proxy authentication.
+
+
+
+
+
+
+
despotify
@@ -1134,6 +1136,22 @@ systemctl start mpd.socket
+
+ file
+
+
+ Opens local files.
+
+
+
+
+ mms
+
+
+ Plays streams with the MMS protocol.
+
+
+
smbclient
@@ -1147,24 +1165,6 @@ systemctl start mpd.socket
mpc add smb://servername/sharename/filename.ogg
-
-
- alsa
-
-
- Allows MPD on Linux to play audio directly from a soundcard using
- the scheme alsa://. Audio is formatted as
- 44.1 kHz 16-bit stereo (CD format). Examples:
-
-
-
- mpc add alsa:// plays audio from device hw:0,0
-
-
- mpc add alsa://hw:1,0 plays audio from device
- hw:1,0
-
-