summaryrefslogtreecommitdiff
path: root/apps/codecs/spc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/spc.c')
-rw-r--r--apps/codecs/spc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index 0a608dfa4a..948a05edd8 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -231,7 +231,7 @@ static struct
231 struct event emu_evt_reply; 231 struct event emu_evt_reply;
232 intptr_t retval; 232 intptr_t retval;
233 struct sample_queue_chunk wav_chunk[WAV_NUM_CHUNKS]; 233 struct sample_queue_chunk wav_chunk[WAV_NUM_CHUNKS];
234} sample_queue NOCACHEBSS_ATTR; 234} sample_queue SHAREDBSS_ATTR;
235 235
236static inline void samples_release_wrbuf(void) 236static inline void samples_release_wrbuf(void)
237{ 237{