forked from len0rd/rockbox
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
This commit is contained in:
parent
67f5249559
commit
6d3a6f71d1
5 changed files with 25 additions and 63 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue