output_all: audio_output_all_update() returns bool

audio_output_all_update() returns true when there is at least open
output device which is open.
This commit is contained in:
Max Kellermann
2009-03-07 19:55:57 +01:00
parent 498ec26f25
commit b13cd03f75
3 changed files with 19 additions and 6 deletions
+3 -1
View File
@@ -45,8 +45,10 @@ audio_output_open(struct audio_output *ao,
/**
* Opens or closes the device, depending on the "enabled" flag.
*
* @return true if the device is open
*/
void
bool
audio_output_update(struct audio_output *ao,
const struct audio_format *audio_format);