diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-12 21:52:49 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-12 21:52:49 +0000 |
commit | ac7dd43ad8d7bbf95030d3103c4df5619371192f (patch) | |
tree | 497308fbeef3d59dd7fe7278e4883eb0d7885ac7 /doc/mpd.conf.5 | |
parent | 32c5f5a8f070cbc614f87affa35295dc209f0445 (diff) | |
download | mpd-ac7dd43ad8d7bbf95030d3103c4df5619371192f.tar.gz mpd-ac7dd43ad8d7bbf95030d3103c4df5619371192f.tar.xz mpd-ac7dd43ad8d7bbf95030d3103c4df5619371192f.zip |
Note that mpd will scan for an audio output if none is specified.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4766 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index c5a65d957..f1ae783a7 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -89,8 +89,9 @@ the "password" config parameter. If no passwords are specified, the default is .TP .B audio_output See \fBDESCRIPTION\fP and the various \fBAUDIO OUTPUT PARAMETERS\fP sections -for the format of this parameter. Multiple audio_output parameters may be -specified. +for the format of this parameter. Multiple audio_output sections may be +specified. If no audio_output section is specified, then MPD will scan for a +usable audio output. .TP .B audio_output_format <sample_rate:bits:channels> This specifies the sample rate, bits per sample, and number of channels of |