diff options
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index c783a981b..17bbdf91f 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> |