mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Missed a yellow on Cowon D2. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25972 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc7457e788
commit
59063c6e49
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ static void play_stop_pcm(void)
|
|||
|
||||
void pcm_play_dma_start(const void *addr, size_t size)
|
||||
{
|
||||
dma_play_data.p = addr;
|
||||
dma_play_data.p = (uint16_t*)addr;
|
||||
dma_play_data.size = size;
|
||||
|
||||
#if NUM_CORES > 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue