aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 665bf1f8e..9e3bfd3ed 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -9,11 +9,14 @@ error_file "/home/shank/mpd.error"
mixer_type "oss"
mixer_device "/dev/mixer"
#mixer_control "Pcm"
+# mixer_type is typically "oss", "alsa", or "software"
#mixer_type "alsa"
#mixer_device "default"
#mixer_control "PCM"
+# ao_driver is typically "oss" or "alsa09"
#ao_driver "oss"
#ao_driver_options "dsp=/dev/dsp"
+#audio_write_size "1024"
max_playlist_length "4096"
buffer_before_play "25%"
buffer_size "2048"
@@ -31,4 +34,4 @@ log_level "default"
bind_to_address "any"
#passwd "passwd@read,add,control,admin"
#default_permissions "read,add,control,admin"
-#fs_charset "UTF-8"
+#filesystem_charset "UTF-8"