Mop up some yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15207 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32a9575130
commit
31a2f33eb8
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue