aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_api.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output: added audio_output_closed()Max Kellermann2008-09-241-0/+8
| | | | | | The JACK output plugin needs to reset its "opened" flag when the JACK server fails. To prevent it from accessing the audio_output struct directly introduce the API function audio_output_closed().
* output: added audio_output_get_name()Max Kellermann2008-09-241-0/+24
Reduce direct accesses to the audio_output struct from the plugins: this time, eliminate all accesses to audio_output.name. The name is required by some plugins for log messages.