mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when seeking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13795 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
391e944b8e
commit
7785d6949e
4 changed files with 8 additions and 4 deletions
|
|
@ -168,7 +168,8 @@ static void pcm_play_dma_stop_fiq(void)
|
|||
while (IISCON & (1<<7)) ;
|
||||
|
||||
pcm_playing = false;
|
||||
pcm_paused = false;
|
||||
if (!audio_status())
|
||||
pcm_paused = false;
|
||||
}
|
||||
|
||||
/* Disconnect the IIS clock */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue