summaryrefslogtreecommitdiff
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-06-29 22:19:59 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-06-29 22:29:23 -0400
commit9b990bdab1eda4d242346a0614b9410993ab275a (patch)
treee30c13506d08e0e9efa21c95ff76b2a02a3bb988 /apps/codec_thread.c
parent89b05af4967806fb75411a8ccb122f299f79cf52 (diff)
downloadrockbox-9b990bdab1eda4d242346a0614b9410993ab275a.tar.gz
rockbox-9b990bdab1eda4d242346a0614b9410993ab275a.zip
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
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);