forked from len0rd/rockbox
rockboy: rename pcm_*() functions to avoid namespace clash with rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b0146de64c
commit
b36e721aa6
7 changed files with 20 additions and 20 deletions
|
@ -422,7 +422,7 @@ void sound_mix(void)
|
|||
if (pcm.buf)
|
||||
{
|
||||
if (pcm.pos >= pcm.len)
|
||||
pcm_submit();
|
||||
rockboy_pcm_submit();
|
||||
if (pcm.stereo)
|
||||
{
|
||||
pcm.buf[pcm.pos++] = l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue