output: added audio_output_closed()

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().
This commit is contained in:
Max Kellermann
2008-09-24 07:20:37 +02:00
parent 3be5db0430
commit 63fb1efb5c
3 changed files with 11 additions and 1 deletions

View File

@@ -101,4 +101,6 @@ extern struct notify audio_output_client_notify;
const char *audio_output_get_name(const struct audio_output *ao);
void audio_output_closed(struct audio_output *ao);
#endif