aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ffado_output_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-17output/ffado: remove broken pluginMax Kellermann1-359/+0
This plugin has been in MPD for three years, and it has never worked. Enough!
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-12/+23
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.
2011-09-17output: per-plugin headerMax Kellermann1-0/+1
Move the "extern" declarations from output_list.c, for more type safety.
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-11-04output/ffado: transfer_playback_buffers() returns a booleanMax Kellermann1-1/+4
libffado documentation says this function returns -1 on error, but that is a lie - it returns a boolean value, and "false" means error.
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+344
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