summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-04-30 23:18:21 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-04-30 23:18:21 +0000
commit67ff2624bfc279418578cef3914b9a93e44b4126 (patch)
treeaf99f18e145f3f6af5626b0f86caaee665a609a0 /apps/recorder/radio.c
parent8e71f90940359c0663f8b3c3d65eb6e00adfaef6 (diff)
downloadrockbox-67ff2624bfc279418578cef3914b9a93e44b4126.tar.gz
rockbox-67ff2624bfc279418578cef3914b9a93e44b4126.zip
Recording buffer offset must be passed on to the firmware calls, not the other way around. Should fix yellow builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index df3c689c13..0976a57467 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -366,7 +366,7 @@ bool radio_screen(void)
366 audio_stop(); 366 audio_stop();
367 367
368#if CONFIG_CODEC != SWCODEC 368#if CONFIG_CODEC != SWCODEC
369 audio_init_recording(); 369 audio_init_recording(talk_get_bufsize());
370 370
371 sound_settings_apply(); 371 sound_settings_apply();
372 /* Yes, we use the D/A for monitoring */ 372 /* Yes, we use the D/A for monitoring */