aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-10-03 21:07:55 +0200
committerMax Kellermann <max@duempel.org>2010-10-27 21:25:41 +0200
commit75f4772ba2584a3d533ee11fb210201d45f64bb6 (patch)
treefd9c9f6e3c534419ce03d13d7854b5979b6c0c84 /doc/user.xml
parentfe1b626f760d5c5e0726befb1c243f4a901613a6 (diff)
output: new output plugin "ffado"
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index c783a981..17bbdf91 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -789,6 +789,43 @@ cd mpd-version</programlisting>
</section>
<section>
+ <title><varname>ffado</varname></title>
+
+ <para>
+ The <varname>ffado</varname> plugin connects to FireWire
+ audio devices via <filename>libffado</filename>.
+ </para>
+
+ <para>
+ Warning: this plugin was not tested successfully. I just
+ couldn't keep libffado2 from crashing. Use at your own
+ risk.
+ </para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>device</varname>
+ <parameter>NAME</parameter>
+ </entry>
+ <entry>
+ Sets the device which should be used, e.g. "hw:0".
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </section>
+
+ <section>
<title><varname>jack</varname></title>
<para>