summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index f3ca967d3a..3634ecfe08 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -626,7 +626,7 @@ static bool restore_state(void)
626 { 626 {
627 size_t size; 627 size_t size;
628 audio_restore_playback(AUDIO_WANT_VOICE); 628 audio_restore_playback(AUDIO_WANT_VOICE);
629 voicebuf = audio_get_buffer(false, &size); 629 voicebuf = audio_get_buffer(true, &size);
630 } 630 }
631 631
632 return !!voicebuf; 632 return !!voicebuf;