forked from len0rd/rockbox
Slightly longer sleep to prevent pops when resuming from paused state.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6996 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9bde0380a6
commit
f3a1351bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ void pcm_play_pause(bool play)
|
|||
IIS2CONFIG = (pcm_freq << 12) | 0x300 | 4 << 2;
|
||||
EBU1CONFIG = 7 << 12 | 3 << 8 | 5 << 2;
|
||||
DCR0 |= DMA_EEXT | DMA_START;
|
||||
sleep(1);
|
||||
sleep(HZ/8);
|
||||
uda1380_mute(false);
|
||||
}
|
||||
else if(!pcm_paused && !play)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue