X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fsndout_oss.c;h=4d8e58b88d80ae0103591d95064cac966200255c;hb=114dfebdbdda18e85effb1fe003d29951fb31fa3;hp=f74e706d57c817bb0f94ab0d416d8b21516c59cc;hpb=d2f29611d1379a249c8f3f955ed16a336f9290cd;p=libpicofe.git diff --git a/linux/sndout_oss.c b/linux/sndout_oss.c index f74e706..4d8e58b 100644 --- a/linux/sndout_oss.c +++ b/linux/sndout_oss.c @@ -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;