diff options
Diffstat (limited to 'package/mpd/files')
-rw-r--r-- | package/mpd/files/mpd.conf | 7 | ||||
-rw-r--r-- | package/mpd/files/mpd.init | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/package/mpd/files/mpd.conf b/package/mpd/files/mpd.conf index 6e5309e86..49ef7d4f7 100644 --- a/package/mpd/files/mpd.conf +++ b/package/mpd/files/mpd.conf @@ -13,6 +13,13 @@ audio_output { device "hw:0,0" # optional format "44100:16:2" # optional } +# An example of an ESD output +#audio_output { +# type "ao" +# driver "esd" +# name "esd" +#} + # Volume control mixer mixer_type "alsa" diff --git a/package/mpd/files/mpd.init b/package/mpd/files/mpd.init index 29482b365..1e7cf871f 100644 --- a/package/mpd/files/mpd.init +++ b/package/mpd/files/mpd.init @@ -1,6 +1,6 @@ #!/bin/sh #PKG mpd -#INIT 60 +#INIT 80 . /etc/rc.conf |