mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
always reset the pcm_paused flag when stopping playback. fixes FS #7187
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13423 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94a372524a
commit
eb7603f1c5
4 changed files with 4 additions and 2 deletions
|
|
@ -167,6 +167,7 @@ static void pcm_play_dma_stop_fiq(void)
|
|||
while (IISCON & (1<<7)) ;
|
||||
|
||||
pcm_playing = false;
|
||||
pcm_paused = false;
|
||||
}
|
||||
|
||||
/* De-Activate the DMA channel */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue