From 5def2a09bd819a9c2ac25ece477706f0e144154e Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Fri, 11 Jan 2013 15:22:53 +0600 Subject: mpdconf.example: example improvements - Add mandatory "name" setting for winmm/openal examples. - Fix the language in openal sample (a -> an) --- doc/mpdconf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index c78cde8d..390d26be 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 #} # -- cgit v1.2.3