mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Cleanup r26253 red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26254 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d56999890f
commit
1f5b9434da
3 changed files with 4 additions and 4 deletions
|
|
@ -100,7 +100,7 @@ static inline void set_dma(const void *addr, size_t size)
|
|||
|
||||
static inline void play_dma_callback(void)
|
||||
{
|
||||
unsigned char *start;
|
||||
void *start;
|
||||
size_t size;
|
||||
|
||||
pcm_play_get_more_callback(&start, &size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue