diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-14 14:18:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-14 14:18:01 +0200 |
commit | 239a77f800b2babfc05bcda959c04106eaca2394 (patch) | |
tree | 20b289bbe954a7a3b893f22d9606408ea107889f /package/mpd/files | |
parent | 45cb1ca7bdc847c7e4070f2ddcb50e60b89166b8 (diff) |
update mpd,mpc and libmpdclient
Diffstat (limited to 'package/mpd/files')
-rw-r--r-- | package/mpd/files/mpd.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/package/mpd/files/mpd.conf b/package/mpd/files/mpd.conf index 49ef7d4f7..5042b9ccd 100644 --- a/package/mpd/files/mpd.conf +++ b/package/mpd/files/mpd.conf @@ -5,24 +5,28 @@ playlist_directory "~/.mpd/playlists" db_file "~/.mpd/database" pid_file "/var/run/mpd/mpd.pid" log_file "~/.mpd/log" -error_file "~/.mpd/error-log" # An example of an ALSA output audio_output { type "alsa" name "My ALSA Device" - device "hw:0,0" # optional - format "44100:16:2" # optional + device "hw:0,0" + format "44100:16:2" } +# An example of an ALSA output (USB soundcard) +#audio_output { +# type "alsa" +# name "My ALSA Device" +# device "hw:0,0" +# format "44100:16:2" +# mixer_type "hardware" +# mixer_control "Speaker" +#} # An example of an ESD output #audio_output { # type "ao" # driver "esd" # name "esd" #} - -# Volume control mixer -mixer_type "alsa" - # shout example #audio_output { # type "shout" @@ -35,4 +39,3 @@ mixer_type "alsa" # user "source" # password "musicrockz" #} - |