From 239a77f800b2babfc05bcda959c04106eaca2394 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 May 2011 14:18:01 +0200 Subject: update mpd,mpc and libmpdclient --- package/mpd/files/mpd.conf | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'package/mpd/files') 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" #} - -- cgit v1.2.3