summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-10-19 15:43:43 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-10-19 15:43:43 +0000
commit31a2f33eb8c5ddf703b7f9cec393ef7133d0f4c5 (patch)
treeb1cee5cd11fb8a5c0dfd0a058406219dd6b4edb6 /apps
parent32a95751301a4aa5f51ea76b7eb3764d197dd6e3 (diff)
downloadrockbox-31a2f33eb8c5ddf703b7f9cec393ef7133d0f4c5.tar.gz
rockbox-31a2f33eb8c5ddf703b7f9cec393ef7133d0f4c5.zip
Mop up some yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15207 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/recording.c4
1 files changed, 3 insertions, 1 deletions
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)
688{ 688{
689#if CONFIG_CODEC != SWCODEC 689#if CONFIG_CODEC != SWCODEC
690 if (global_settings.rec_prerecord_time) 690 if (global_settings.rec_prerecord_time)
691 {
691 talk_buffer_steal(); /* will use the mp3 buffer */ 692 talk_buffer_steal(); /* will use the mp3 buffer */
692#else /* == SWOCODEC */ 693 }
694#else /* == SWCODEC */
693 rec_set_source(options->rec_source, 695 rec_set_source(options->rec_source,
694 options->rec_source_flags | SRCF_RECORDING); 696 options->rec_source_flags | SRCF_RECORDING);
695#endif /* CONFIG_CODEC != SWCODEC */ 697#endif /* CONFIG_CODEC != SWCODEC */