summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 739d3fa850..0f69398600 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3444,7 +3444,7 @@ static void audio_thread(void)
3444{ 3444{
3445 struct event ev; 3445 struct event ev;
3446 3446
3447 audiohw_postinit(); 3447 pcm_postinit();
3448 3448
3449#ifdef PLAYBACK_VOICE 3449#ifdef PLAYBACK_VOICE
3450 /* Unlock mutex that init stage locks before creating this thread */ 3450 /* Unlock mutex that init stage locks before creating this thread */