summaryrefslogtreecommitdiff
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.c')
-rw-r--r--apps/codec_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c
index 1a0b0b255c..d4b1c64573 100644
--- a/apps/codec_thread.c
+++ b/apps/codec_thread.c
@@ -627,7 +627,7 @@ static void NORETURN_ATTR codec_thread(void)
627/** --- Miscellaneous external interfaces -- **/ 627/** --- Miscellaneous external interfaces -- **/
628 628
629/* Initialize playback's codec interface */ 629/* Initialize playback's codec interface */
630void codec_thread_init(void) 630void INIT_ATTR codec_thread_init(void)
631{ 631{
632 /* Init API */ 632 /* Init API */
633 ci.dsp = dsp_get_config(CODEC_IDX_AUDIO); 633 ci.dsp = dsp_get_config(CODEC_IDX_AUDIO);