summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 9e73f71084..b9d5bc2aa7 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -141,7 +141,6 @@ static int queue_clip(unsigned char* buf, long size, bool enqueue);
141static int open_voicefile(void); 141static int open_voicefile(void);
142static unsigned char* get_clip(long id, long* p_size); 142static unsigned char* get_clip(long id, long* p_size);
143static int shutup(void); /* Interrupt voice, as when enqueue is false */ 143static int shutup(void); /* Interrupt voice, as when enqueue is false */
144static int do_shutup(void); /* kill voice unconditionally */
145 144
146/***************** Private implementation *****************/ 145/***************** Private implementation *****************/
147 146
@@ -311,7 +310,7 @@ re_check:
311} 310}
312 311
313/* stop the playback and the pending clips */ 312/* stop the playback and the pending clips */
314static int do_shutup(void) 313int do_shutup(void)
315{ 314{
316#if CONFIG_CODEC != SWCODEC 315#if CONFIG_CODEC != SWCODEC
317 unsigned char* pos; 316 unsigned char* pos;