summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/talk.c b/apps/talk.c
index cabc93576b..107cb72e6e 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -559,7 +559,9 @@ int talk_get_bufsize(void)
559/* somebody else claims the mp3 buffer, e.g. for regular play/record */ 559/* somebody else claims the mp3 buffer, e.g. for regular play/record */
560int talk_buffer_steal(void) 560int talk_buffer_steal(void)
561{ 561{
562#if CONFIG_CODEC != SWCODEC
562 mp3_play_stop(); 563 mp3_play_stop();
564#endif
563#ifdef HAVE_MMC 565#ifdef HAVE_MMC
564 if (filehandle >= 0) /* only relevant for MMC */ 566 if (filehandle >= 0) /* only relevant for MMC */
565 { 567 {