mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
7695b0403f
commit
8a701e5488
7 changed files with 13 additions and 15 deletions
|
|
@ -397,7 +397,7 @@ void radio_screen(void)
|
|||
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
rec_create_directory();
|
||||
audio_init_recording(talk_get_bufsize());
|
||||
audio_init_recording();
|
||||
|
||||
sound_settings_apply();
|
||||
/* Yes, we use the D/A for monitoring */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue