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, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 018f6ed..cabc935 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -522,7 +522,7 @@ void talk_init(void)
MAX_FILENAME);
#if CONFIG_CODEC == SWCODEC
- audio_stop();
+ audio_get_buffer(false, NULL); /* Must tell audio to reinitialize */
#endif
reset_state(); /* use this for most of our inits */