mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 23:22:34 -05:00
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 CONFIG_CODEC != SWCODEC
|
||||||
if (global_settings.rec_prerecord_time)
|
if (global_settings.rec_prerecord_time)
|
||||||
|
{
|
||||||
talk_buffer_steal(); /* will use the mp3 buffer */
|
talk_buffer_steal(); /* will use the mp3 buffer */
|
||||||
#else /* == SWOCODEC */
|
}
|
||||||
|
#else /* == SWCODEC */
|
||||||
rec_set_source(options->rec_source,
|
rec_set_source(options->rec_source,
|
||||||
options->rec_source_flags | SRCF_RECORDING);
|
options->rec_source_flags | SRCF_RECORDING);
|
||||||
#endif /* CONFIG_CODEC != SWCODEC */
|
#endif /* CONFIG_CODEC != SWCODEC */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue