diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2013-06-29 22:19:59 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2013-06-29 22:29:23 -0400 |
commit | 9b990bdab1eda4d242346a0614b9410993ab275a (patch) | |
tree | e30c13506d08e0e9efa21c95ff76b2a02a3bb988 /apps/codec_thread.c | |
parent | 89b05af4967806fb75411a8ccb122f299f79cf52 (diff) | |
download | rockbox-9b990bdab1eda4d242346a0614b9410993ab275a.tar.gz rockbox-9b990bdab1eda4d242346a0614b9410993ab275a.tar.bz2 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.c | 2 |
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) /** --- Miscellaneous external interfaces -- **/ /* Initialize playback's codec interface */ -void codec_thread_init(void) +void INIT_ATTR codec_thread_init(void) { /* Init API */ ci.dsp = dsp_get_config(CODEC_IDX_AUDIO); |