From 67ff2624bfc279418578cef3914b9a93e44b4126 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sun, 30 Apr 2006 23:18:21 +0000 Subject: 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 --- apps/recorder/radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/radio.c') 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) audio_stop(); #if CONFIG_CODEC != SWCODEC - audio_init_recording(); + audio_init_recording(talk_get_bufsize()); sound_settings_apply(); /* Yes, we use the D/A for monitoring */ -- cgit v1.2.3