Changeset 1192 for branches/libffado-2.0/doc
- Timestamp:
- 05/19/08 12:06:57 (15 years ago)
- Files:
-
- branches/libffado-2.0/doc/adding_devices.dox (deleted)
- branches/libffado-2.0/doc/amdtpstreamprocessor.dox (deleted)
- branches/libffado-2.0/doc/class_diagram_1.eps (deleted)
- branches/libffado-2.0/doc/mainpage.dox (modified) (3 diffs)
- branches/libffado-2.0/doc/motu_firewire_protocol.txt (deleted)
- branches/libffado-2.0/doc/streaming.xmi (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/doc/mainpage.dox
r445 r1192 7 7 @mainpage FFADO - Free Firewire (pro-)Audio Drivers for Linux 8 8 9 @author Pieter Palmers <pieter palmers@users.sourceforge.net>9 @author Pieter Palmers <pieter.palmers@ffado.org> 10 10 11 11 @section intro Introduction … … 13 13 FFADO is intended as an intermediate layer between the Linux1394 kernel/userspace layer, and the various audio API's (ALSA, jack, ...) present. 14 14 15 \note this is a SVN version, therefore it is highly volatile. Certain parts of the documentation can be outdated. This documentation is also auto-generated, and it can occur that unused classes and interfaces appear in the documentation. This pollution will be cleaned up as we go along.15 \note Certain parts of the documentation can be outdated. This documentation is also auto-generated, and it can occur that unused classes and interfaces appear in the documentation. 16 16 17 @see <http:// ffado.sourceforge.net>17 @see <http://www.ffado.org> 18 18 19 19 @section library Client side library … … 25 25 - @ref ffado.h "<libffado/ffado.h>" 26 26 27 @section devicesupport Adding support for unsupported devices28 29 Initial support by FreeBoB was for BeBoB devices only, however the FFADO framework30 is usable for all FireWire audio devices.31 32 Take a look at the @ref adding_devices page for a detailed description.33 34 27 */