summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
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 {