diff options
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index c78cde8d3..390d26beb 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -285,16 +285,18 @@ input { # #audio_output { # type "winmm" +# name "My WinMM output" ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional # or ## device "0" # optional ## mixer_type "hardware" # optional #} # -# An example of a openal output. +# An example of an openal output. # #audio_output { # type "openal" +# name "My OpenAL output" ## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional #} # |