diff options
author | Max Kellermann <max@duempel.org> | 2010-10-03 21:07:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-10-27 21:25:41 +0200 |
commit | 75f4772ba2584a3d533ee11fb210201d45f64bb6 (patch) | |
tree | fd9c9f6e3c534419ce03d13d7854b5979b6c0c84 /doc/user.xml | |
parent | fe1b626f760d5c5e0726befb1c243f4a901613a6 (diff) | |
download | mpd-75f4772ba2584a3d533ee11fb210201d45f64bb6.tar.gz mpd-75f4772ba2584a3d533ee11fb210201d45f64bb6.tar.xz mpd-75f4772ba2584a3d533ee11fb210201d45f64bb6.zip |
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 '')
-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> |