From 6d3a6f71d1f8bce9ab5e7b90ceab6a17271174b8 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 1 Sep 2011 07:32:07 +0000 Subject: Remove obsolete init cruft from audio system because of diminished dependencies. All talk/voice dependency in playback.c should be imminently removable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30401 a1c6a512-1295-4272-9138-f99709370657 --- apps/codec_thread.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/codec_thread.h') diff --git a/apps/codec_thread.h b/apps/codec_thread.h index 14551dcf48..65f64c377e 100644 --- a/apps/codec_thread.h +++ b/apps/codec_thread.h @@ -28,14 +28,12 @@ const char *get_codec_filename(int cod_spec); /* codec thread */ +void codec_thread_init(void); /* Audio MUST be stopped before requesting callback! */ void codec_thread_do_callback(void (*fn)(void), unsigned int *codec_thread_id); -void codec_init_codec_api(void); -void make_codec_thread(void); -void codec_thread_resume(void); #ifdef HAVE_PRIORITY_SCHEDULING int codec_thread_get_priority(void); int codec_thread_set_priority(int priority); -- cgit