Bugfix: Prevent spurious bitswap when switching from recording to playback. This caused erratic voice UI behaviour under certain conditions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8148 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c800cf59a
commit
3f11ff6270
1 changed files with 1 additions and 0 deletions
|
@ -2023,6 +2023,7 @@ static void mpeg_thread(void)
|
|||
case MPEG_INIT_PLAYBACK:
|
||||
/* Stop the prerecording */
|
||||
stop_recording();
|
||||
reset_mp3_buffer();
|
||||
mp3_play_init();
|
||||
init_playback_done = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue