summaryrefslogtreecommitdiff
path: root/apps/codecs/ay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/ay.c')
-rw-r--r--apps/codecs/ay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/ay.c b/apps/codecs/ay.c
index ecadcc957b..48261fbfb4 100644
--- a/apps/codecs/ay.c
+++ b/apps/codecs/ay.c
@@ -10,7 +10,7 @@ CODEC_HEADER
10#define CHUNK_SIZE (1024*2) 10#define CHUNK_SIZE (1024*2)
11 11
12static int16_t samples[CHUNK_SIZE] IBSS_ATTR; 12static int16_t samples[CHUNK_SIZE] IBSS_ATTR;
13static struct Ay_Emu ay_emu IDATA_ATTR CACHEALIGN_ATTR; 13static struct Ay_Emu ay_emu;
14 14
15/****************** rockbox interface ******************/ 15/****************** rockbox interface ******************/
16 16