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:
parent
89b05af496
commit
9b990bdab1
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue