X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fsndout_oss.h;fp=platform%2Flinux%2Fsndout_oss.h;h=0000000000000000000000000000000000000000;hb=e743be2070a13d14cae39a55b815b62b0edb6776;hp=0b3fe6c8f936e7865dd7bf74592dd1cdccaee540;hpb=4685e5a10e388a9a07f1b11c3c14cce6e4e8ef5b;p=picodrive.git diff --git a/platform/linux/sndout_oss.h b/platform/linux/sndout_oss.h deleted file mode 100644 index 0b3fe6c..0000000 --- a/platform/linux/sndout_oss.h +++ /dev/null @@ -1,9 +0,0 @@ -int sndout_oss_init(void); -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); -void sndout_oss_exit(void);