X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fsndout_oss.h;h=2c48860eabe021b28b3f66f56d7ab8947b779b0f;hb=207e58ef9902ef9b2ca80cd6b42eeebf9a3f0e6d;hp=d5a2610db3ca476bc981e2ec5fec1b0817a42cc7;hpb=b08ccf71d5652983e5846fc5bdb61bc5b4660e64;p=picodrive.git diff --git a/platform/linux/sndout_oss.h b/platform/linux/sndout_oss.h index d5a2610..2c48860 100644 --- a/platform/linux/sndout_oss.h +++ b/platform/linux/sndout_oss.h @@ -1,5 +1,6 @@ int sndout_oss_init(void); int sndout_oss_start(int rate, int frame_samples, int stereo); +void sndout_oss_stop(void); int sndout_oss_write(const void *buff, int len); int sndout_oss_can_write(int bytes); void sndout_oss_sync(void);