summaryrefslogtreecommitdiff
path: root/firmware/pcm_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/pcm_record.c')
-rw-r--r--firmware/pcm_record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/pcm_record.c b/firmware/pcm_record.c
index 49da257c08..6e65e678a3 100644
--- a/firmware/pcm_record.c
+++ b/firmware/pcm_record.c
@@ -212,8 +212,8 @@ enum
212 212
213/***************************************************************************/ 213/***************************************************************************/
214 214
215static struct event_queue pcmrec_queue NOCACHEBSS_ATTR; 215static struct event_queue pcmrec_queue SHAREDBSS_ATTR;
216static struct queue_sender_list pcmrec_queue_send NOCACHEBSS_ATTR; 216static struct queue_sender_list pcmrec_queue_send SHAREDBSS_ATTR;
217static long pcmrec_stack[3*DEFAULT_STACK_SIZE/sizeof(long)]; 217static long pcmrec_stack[3*DEFAULT_STACK_SIZE/sizeof(long)];
218static const char pcmrec_thread_name[] = "pcmrec"; 218static const char pcmrec_thread_name[] = "pcmrec";
219static struct thread_entry *pcmrec_thread_p; 219static struct thread_entry *pcmrec_thread_p;