From 9b990bdab1eda4d242346a0614b9410993ab275a Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 29 Jun 2013 22:19:59 -0400 Subject: SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back. Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e --- apps/codec_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codec_thread.c') 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); -- cgit v1.2.3