code940 now plays mp3s

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@22 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-01-20 23:11:02 +00:00
parent 8dfb9fd5df
commit b30a8e675a
6 changed files with 13 additions and 358 deletions

View file

@ -204,6 +204,10 @@ void gp2x_sound_write(void *buff, int len)
write(sounddev, buff, len);
}
void gp2x_sound_sync(void)
{
ioctl(sounddev, SOUND_PCM_SYNC, 0);
}
void gp2x_sound_volume(int l, int r)
{