From 60f843bf181fba3fc509955195ecea786cc002b2 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 11 Jun 2010 14:39:35 +0000 Subject: Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26779 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/pcm.h') diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index 304f120059..02fa04cb7e 100644 --- a/firmware/export/pcm.h +++ b/firmware/export/pcm.h @@ -68,7 +68,7 @@ void pcm_play_lock(void); void pcm_play_unlock(void); void pcm_init(void) INIT_ATTR; -void pcm_postinit(void) INIT_ATTR; +void pcm_postinit(void); /* This is for playing "raw" PCM data */ void pcm_play_data(pcm_play_callback_type get_more, -- cgit v1.2.3