From 4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 28 Aug 2006 22:38:41 +0000 Subject: Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/talk.c') diff --git a/apps/talk.c b/apps/talk.c index cf68cdf..21c6f4b 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -554,6 +554,7 @@ int talk_buffer_steal(void) } #endif reset_state(); + return 0; } @@ -728,6 +729,7 @@ int talk_value(long n, int unit, bool enqueue) VOICE_PIXEL, VOICE_PER_SEC, VOICE_HERTZ, + VOICE_KBIT_PER_SEC, }; #if CONFIG_CODEC != SWCODEC -- cgit v1.1