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:
Michael Sevakis 2011-12-11 00:53:46 +00:00
parent f7c731d463
commit c2513580cb

View File

@ -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);