aboutsummaryrefslogtreecommitdiff
path: root/src/output/ffado_output_plugin.c
Commit message (Collapse)AuthorAge
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
| | | | | | Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs.
* output: per-plugin headerMax Kellermann2011-09-17
| | | | | Move the "extern" declarations from output_list.c, for more type safety.
* copyright year 2011Max Kellermann2011-01-29
|
* output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann2010-11-04
| | | | | libffado documentation says this function returns -1 on error, but that is a lie - it returns a boolean value, and "false" means error.
* output: new output plugin "ffado"Max Kellermann2010-10-27
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