From c893affeefa35975c916a222d20a989f31555646 Mon Sep 17 00:00:00 2001 From: Stéphane Doyon Date: Tue, 15 Jul 2008 14:06:11 +0000 Subject: Accept FS#8918: Voice multiple thumbnails and talk race fixes. -Allows loading multiple thumbnails back-to-back in the one thumbnail buffer. -Mutex to prevent race conditions with talk queue indices and thumbnail buffer state. -Synchronous shutup. -Shutup is a noop if no voice is queued. -mp3_play_stop() does nothing until the audio thread is ready. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18046 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playback.h') diff --git a/apps/playback.h b/apps/playback.h index 66d96b4084..d9f29cc56a 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -28,7 +28,7 @@ /* Functions */ const char *get_codec_filename(int cod_spec); void voice_wait(void); -void audio_wait_for_init(void); +bool audio_is_thread_ready(void); int audio_track_count(void); long audio_filebufused(void); void audio_pre_ff_rewind(void); -- cgit v1.2.3