diff --git a/apps/playback.c b/apps/playback.c index 91f85f9408..e81b32dbf9 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1309,7 +1309,11 @@ static void codec_thread(void) LOGFQUEUE("codec < Q_CODEC_DO_CALLBACK"); queue_reply(&codec_queue, 1); if ((void*)ev.data != NULL) + { + invalidate_icache(); ((void (*)(void))ev.data)(); + flush_icache(); + } break; #ifdef AUDIO_HAVE_RECORDING