Commit c5a31e1a authored by Avuton Olrich's avatar Avuton Olrich

revert those changes

git-svn-id: https://svn.musicpd.org/mpd/trunk@2981 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 208c6488
...@@ -149,14 +149,14 @@ The default is 2048 kilobytes. ...@@ -149,14 +149,14 @@ The default is 2048 kilobytes.
.TP .TP
.B ao_driver <ao plug-in> .B ao_driver <ao plug-in>
This specifies the ao plug-in to use for audio output. Typical values for 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 .TP
.B ao_driver_options <ao plug-in options> .B ao_driver_options <ao plug-in options>
This specifies the options to use for the selected ao_driver. For oss, the 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 "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 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 .TP
.B audio_write_size <size in bytes> .B audio_write_size <size in bytes>
This specifies how many bytes mpd writes to the audio device at once. The This specifies how many bytes mpd writes to the audio device at once. The
...@@ -214,7 +214,7 @@ mixer_device "/dev/mixer" ...@@ -214,7 +214,7 @@ mixer_device "/dev/mixer"
.br .br
#mixer_control "PCM" #mixer_control "PCM"
.br .br
# ao_driver is typically "oss" or "alsa" # ao_driver is typically "oss" or "alsa09"
.br .br
#ao_driver "oss" #ao_driver "oss"
.br .br
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment