mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix errors in unintentionally merged gerrit commit.
It proved the system work as unintended, even if slightly prematurely. It was almost ready anyway. Change-Id: Ic4de2b925bd26b094eaf65a120591569923954d1
This commit is contained in:
parent
286a4c5caa
commit
59e5a323f1
2 changed files with 3 additions and 2 deletions
|
|
@ -65,7 +65,8 @@ void INT_DMAC0C0(void)
|
|||
DMAC0INTTCCLR = 1;
|
||||
if (!pcm_remaining)
|
||||
{
|
||||
pcm_play_dma_complete_callback((const void**)&dataptr, &pcm_remaining);
|
||||
pcm_play_dma_complete_callback(PCM_DMAST_OK, (const void**)&dataptr,
|
||||
&pcm_remaining);
|
||||
pcm_chunksize = pcm_remaining;
|
||||
}
|
||||
if (!pcm_remaining)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue