1
0
Fork 0
forked from len0rd/rockbox

SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.

Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
This commit is contained in:
Michael Sevakis 2013-06-29 22:19:59 -04:00
parent 89b05af496
commit 9b990bdab1
4 changed files with 5 additions and 5 deletions

View file

@ -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);