CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/29 02:30:48
Modified files:
include : sndio.h
lib/libsndio : Symbols.map amsg.h shlib_version sio.c
sio_aucat.c sio_open.3 sio_priv.h sio_sun.c
usr.bin/sndiod : siofile.c sock.c
Log message:
Add sio_flush(3) function to stop playback immediately
The new sio_flush(3) functions works the same way as sio_stop(3),
except that it doesn't wait for play buffer to be drained. Instead,
it discards its contents and returns immediately.
