From 66258a30a407e7ea4600fc2242438ecbd084d5ea Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Mon, 26 Mar 2007 16:55:17 +0000 Subject: Make scheduler functions thread safe core wise. A big step towards playback running on COP (not yet possible because more protection on file system level is necessary). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12926 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 2511a62..be0d476 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3806,7 +3806,7 @@ void audio_init(void) codec_thread_p = create_thread( codec_thread, codec_stack, sizeof(codec_stack), codec_thread_name IF_PRIO(, PRIORITY_PLAYBACK) - IF_COP(, COP, true)); + IF_COP(, CPU, true)); create_thread(audio_thread, audio_stack, sizeof(audio_stack), audio_thread_name IF_PRIO(, PRIORITY_BUFFERING) -- cgit v1.1