X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fsndout_oss.h;h=0b3fe6c8f936e7865dd7bf74592dd1cdccaee540;hb=4685e5a10e388a9a07f1b11c3c14cce6e4e8ef5b;hp=2c48860eabe021b28b3f66f56d7ab8947b779b0f;hpb=d08e73261434dd37ec156d37094be98ceb6944c0;p=picodrive.git diff --git a/platform/linux/sndout_oss.h b/platform/linux/sndout_oss.h index 2c48860..0b3fe6c 100644 --- a/platform/linux/sndout_oss.h +++ b/platform/linux/sndout_oss.h @@ -1,7 +1,8 @@ int sndout_oss_init(void); -int sndout_oss_start(int rate, int frame_samples, int stereo); +int sndout_oss_start(int rate, int stereo, int frames_in_frag); void sndout_oss_stop(void); int sndout_oss_write(const void *buff, int len); +int sndout_oss_write_nb(const void *buff, int len); int sndout_oss_can_write(int bytes); void sndout_oss_sync(void); void sndout_oss_setvol(int l, int r);