summaryrefslogtreecommitdiff
path: root/apps/audio_thread.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-06-29 22:19:59 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-06-29 22:29:23 -0400
commit9b990bdab1eda4d242346a0614b9410993ab275a (patch)
treee30c13506d08e0e9efa21c95ff76b2a02a3bb988 /apps/audio_thread.c
parent89b05af4967806fb75411a8ccb122f299f79cf52 (diff)
downloadrockbox-9b990bdab1eda4d242346a0614b9410993ab275a.tar.gz
rockbox-9b990bdab1eda4d242346a0614b9410993ab275a.zip
SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.
Change-Id: Ie7b04ecf3b3535e0ed45a6e0e8d81af89e38378e
Diffstat (limited to 'apps/audio_thread.c')
-rw-r--r--apps/audio_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/audio_thread.c b/apps/audio_thread.c
index bbf73470d2..4750d0cc43 100644
--- a/apps/audio_thread.c
+++ b/apps/audio_thread.c
@@ -139,7 +139,7 @@ void audio_error_clear(void)
139/** -- Startup -- **/ 139/** -- Startup -- **/
140 140
141/* Initialize the audio system - called from init() in main.c */ 141/* Initialize the audio system - called from init() in main.c */
142void audio_init(void) 142void INIT_ATTR audio_init(void)
143{ 143{
144 /* Can never do this twice */ 144 /* Can never do this twice */
145 if (audio_is_initialized) 145 if (audio_is_initialized)