aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-16 09:55:10 +0100
committerMax Kellermann <max@duempel.org>2009-03-16 09:55:10 +0100
commitbba127a392486be31961e82fe577de1a8caa8e5c (patch)
tree81834316cad21a87a25c71c0362839b89517f693 /doc/user.xml
parent18cb4fa277c97c3d52cc784bb94dc931b1d74f08 (diff)
solaris: new audio output plugin for Solaris /dev/audio
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 6837181a..7276429c 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -424,6 +424,38 @@ cd mpd-0.14.2</programlisting>
or IceCast server. It forwards tags to this server.
</para>
</section>
+
+ <section>
+ <title><varname>solaris</varname></title>
+
+ <para>
+ The "Solaris" plugin runs only on SUN Solaris, and plays via
+ <filename>/dev/audio</filename>.
+ </para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>device</varname>
+ <parameter>PATH</parameter>
+ </entry>
+ <entry>
+ Sets the path of the audio device, defaults to
+ <filename>/dev/audio</filename>.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </section>
</section>
</chapter>
</book>