diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-01-11 15:22:53 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-01-11 15:28:21 +0600 |
commit | 5def2a09bd819a9c2ac25ece477706f0e144154e (patch) | |
tree | b1646fc51f509dcc10ef785f641202d67ae35591 /doc/mpdconf.example | |
parent | 7801ca86b987646fd4b6d531602ae7aba3b23581 (diff) |
mpdconf.example: example improvements
- Add mandatory "name" setting for winmm/openal examples.
- Fix the language in openal sample (a -> an)
Diffstat (limited to 'doc/mpdconf.example')
-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 #} # |