summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2006-10-25 07:08:00 +0000
committerSteve Bavin <pondlife@pondlife.me>2006-10-25 07:08:00 +0000
commitff5fd00de683e9e1a0da24e75c8a5ad419516e32 (patch)
tree47b62215e0c40a6f6f48e4732039b79f6f9dc74f
parent34751f096c11bbb5a9c5a51d72755812f2180c2f (diff)
downloadrockbox-ff5fd00de683e9e1a0da24e75c8a5ad419516e32.tar.gz
rockbox-ff5fd00de683e9e1a0da24e75c8a5ad419516e32.zip
Oops, Archos still needs to stop voice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11333 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/talk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/talk.c b/apps/talk.c
index b5fa06d750..fd28fdfd71 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -377,7 +377,10 @@ static int shutup(void)
377 /* nothing to do, was frame boundary or not our clip */ 377 /* nothing to do, was frame boundary or not our clip */
378#if CONFIG_CODEC == SWCODEC 378#if CONFIG_CODEC == SWCODEC
379 mp3_play_abort(); 379 mp3_play_abort();
380#else
381 mp3_play_stop();
380#endif 382#endif
383
381 queue_write = queue_read = 0; /* reset the queue */ 384 queue_write = queue_read = 0; /* reset the queue */
382 385
383 return 0; 386 return 0;