random minor fixes

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@843 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-12-18 15:29:59 +00:00
parent d2f29611d1
commit 114dfebdbd
3 changed files with 5 additions and 4 deletions

View file

@ -51,7 +51,7 @@ int sndout_oss_start(int rate, int frame_samples, int stereo)
}
}
// calculate buffer size. We one to fit 1 frame worth of sound data.
// calculate buffer size. We want to fit 1 frame worth of sound data.
// Also ignore mono because both GP2X and Wiz mixes mono to stereo anyway.
bsize = frame_samples << 2;