summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-03-11 05:06:59 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-03-11 05:06:59 +0000
commit07b41d65e8f57b52149d06823026caa505546bb5 (patch)
tree3a3a46fa2e4da5e047f8aa4152910723b000507b /apps/playback.c
parent5d63776a24cb3de9f5ddbfbfb13ce03e50264c03 (diff)
downloadrockbox-07b41d65e8f57b52149d06823026caa505546bb5.tar.gz
rockbox-07b41d65e8f57b52149d06823026caa505546bb5.zip
Add another #ifdef PLAYBACK_VOICE where it should be.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12715 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index c3d28110dd..739d3fa850 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3446,8 +3446,10 @@ static void audio_thread(void)
3446 3446
3447 audiohw_postinit(); 3447 audiohw_postinit();
3448 3448
3449#ifdef PLAYBACK_VOICE
3449 /* Unlock mutex that init stage locks before creating this thread */ 3450 /* Unlock mutex that init stage locks before creating this thread */
3450 mutex_unlock(&mutex_codecthread); 3451 mutex_unlock(&mutex_codecthread);
3452#endif
3451 3453
3452 while (1) 3454 while (1)
3453 { 3455 {