summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index f2539dc73e..9969b6f597 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -162,7 +162,19 @@ struct codec_api ci = {
162 invalidate_icache, 162 invalidate_icache,
163#endif 163#endif
164 164
165 NULL, /* struct sp_data *dsp */ 165 NULL, /* struct dsp_config *dsp */
166
167#if NUM_CORES > 1
168 create_thread,
169 thread_thaw,
170 thread_wait,
171 semaphore_init,
172 semaphore_wait,
173 semaphore_release,
174 event_init,
175 event_wait,
176 event_set_state,
177#endif
166}; 178};
167 179
168void codec_get_full_path(char *path, const char *codec_root_fn) 180void codec_get_full_path(char *path, const char *codec_root_fn)