aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.1
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2005-02-24 00:12:20 +0000
committerAvuton Olrich <avuton@gmail.com>2005-02-24 00:12:20 +0000
commitc5a31e1a9c16455458aff6e4a614600411e1cff8 (patch)
tree6590766cf3ffa465d0d5d9084f6a9e239e6ce554 /doc/mpd.1
parent208c648827ae329f9bb5dc990902b5aa7299d51a (diff)
downloadmpd-c5a31e1a9c16455458aff6e4a614600411e1cff8.tar.gz
mpd-c5a31e1a9c16455458aff6e4a614600411e1cff8.tar.xz
mpd-c5a31e1a9c16455458aff6e4a614600411e1cff8.zip
revert those changes
git-svn-id: https://svn.musicpd.org/mpd/trunk@2981 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.1')
-rw-r--r--doc/mpd.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mpd.1 b/doc/mpd.1
index 944c48f7f..e1911f13a 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -149,14 +149,14 @@ The default is 2048 kilobytes.
.TP
.B ao_driver <ao plug-in>
This specifies the ao plug-in to use for audio output. Typical values for
-Linux include "oss" and "alsa". The default value is "default".
+Linux include "oss" and "alsa09". The default value is "default".
.TP
.B ao_driver_options <ao plug-in options>
This specifies the options to use for the selected ao_driver. For oss, the
-only option available is "dsp". For alsa, the available options are:
+only option available is "dsp". For alsa09, the available options are:
"dev", "buf_size", and "periods". Options are assigned using "=" and ";" is
used to separate options. An example for oss: "dsp=/dev/dsp". An example for
-alsa: "dev=hw:0,0;buf_size=4096". The default value is "".
+alsa09: "dev=hw:0,0;buf_size=4096". The default value is "".
.TP
.B audio_write_size <size in bytes>
This specifies how many bytes mpd writes to the audio device at once. The
@@ -214,7 +214,7 @@ mixer_device "/dev/mixer"
.br
#mixer_control "PCM"
.br
-# ao_driver is typically "oss" or "alsa"
+# ao_driver is typically "oss" or "alsa09"
.br
#ao_driver "oss"
.br