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 cf68cdf021..21c6f4bb1a 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -554,6 +554,7 @@ int talk_buffer_steal(void)
554 } 554 }
555#endif 555#endif
556 reset_state(); 556 reset_state();
557
557 return 0; 558 return 0;
558} 559}
559 560
@@ -728,6 +729,7 @@ int talk_value(long n, int unit, bool enqueue)
728 VOICE_PIXEL, 729 VOICE_PIXEL,
729 VOICE_PER_SEC, 730 VOICE_PER_SEC,
730 VOICE_HERTZ, 731 VOICE_HERTZ,
732 VOICE_KBIT_PER_SEC,
731 }; 733 };
732 734
733#if CONFIG_CODEC != SWCODEC 735#if CONFIG_CODEC != SWCODEC