From 8a701e5488989944f120f0c37848de24fbeff455 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 14 Aug 2011 15:37:05 +0000 Subject: Fix errors and warnings. The buffer_offset paramter of audio_init_recording() is removed as it was unused in both implementations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30310 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/recording.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/recorder/recording.c') diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 6faaa6c48c..453b2fc42d 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1112,7 +1112,7 @@ bool recording_screen(bool no_source) #if CONFIG_CODEC == SWCODEC audio_close_recording(); #endif - audio_init_recording(0); + audio_init_recording(); sound_set_volume(global_settings.volume); #if CONFIG_RTC == 0 @@ -1213,7 +1213,7 @@ bool recording_screen(bool no_source) #if CONFIG_CODEC == SWCODEC audio_close_recording(); - audio_init_recording(0); + audio_init_recording(); #endif rec_init_recording_options(&rec_options); -- cgit v1.2.3