Mop up some yellow.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-10-19 15:43:43 +00:00
parent 32a9575130
commit 31a2f33eb8

View file

@ -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 */