Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 1 | -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 Kellermann | 2008-09-24 | 1 | -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. |