forked from len0rd/rockbox
Make sure we unboost the cpu while stopping playback.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e21cf8440a
commit
0a9dec60b5
1 changed files with 1 additions and 1 deletions
|
@ -256,9 +256,9 @@ void pcm_play_stop(void)
|
|||
{
|
||||
crossfade_active = false;
|
||||
pcm_set_boost_mode(false);
|
||||
pcm_boost(false);
|
||||
if (pcm_playing) {
|
||||
uda1380_mute(true);
|
||||
pcm_boost(false);
|
||||
sleep(1);
|
||||
dma_stop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue