From 31a2f33eb8c5ddf703b7f9cec393ef7133d0f4c5 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Fri, 19 Oct 2007 15:43:43 +0000 Subject: Mop up some yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15207 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 84207c77ab..34c2c6c605 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -688,8 +688,10 @@ void rec_set_recording_options(struct audio_recording_options *options) { #if CONFIG_CODEC != SWCODEC if (global_settings.rec_prerecord_time) + { talk_buffer_steal(); /* will use the mp3 buffer */ -#else /* == SWOCODEC */ + } +#else /* == SWCODEC */ rec_set_source(options->rec_source, options->rec_source_flags | SRCF_RECORDING); #endif /* CONFIG_CODEC != SWCODEC */ -- cgit v1.2.3