Closing recording before initializing it the first time isn't needed and may also interfere with playback. Remove audio_close_recording call upon first entering recording screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7c731d463
commit
c2513580cb
1 changed files with 0 additions and 3 deletions
|
@ -1108,9 +1108,6 @@ bool recording_screen(bool no_source)
|
|||
audiohw_enable_speaker(false);
|
||||
#endif
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
audio_close_recording();
|
||||
#endif
|
||||
audio_init_recording();
|
||||
sound_set_volume(global_settings.volume);
|
||||
|
||||
|
|
Loading…
Reference in a new issue