From b13cd03f756db4afe3fd719e551801cd632a596b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 7 Mar 2009 19:55:57 +0100 Subject: 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. --- src/output_control.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/output_control.h') diff --git a/src/output_control.h b/src/output_control.h index a4287646c..dadda860d 100644 --- a/src/output_control.h +++ b/src/output_control.h @@ -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); -- cgit v1.2.3