forked from len0rd/rockbox
Better just do some cache maintenence there for good luck.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19685 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2054627caa
commit
42d88cbafa
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue