master
Add sndio.pc file for pkg-config, mostly from brad@
Add sio_flush(3) function to stop playback immediately
sndiod: Propagate the controls' display string to clients.
Allow -current libsndio to connect to old sndiod servers
Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>. Thanks!
call _sndio_parsenum() instead of duplicating the code in parsedev(); ok ratchov@
Validate that midi and audio device numbers are integers.
Check if syscalls return -1 instead of any negative value.
Make code fit in 80 columns, remove trailing spaces & tabs.
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
remove prototypes with no matching function; ok ratchov@
sndio: Add a display string to the sioctl_open API
spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
Stop binding audio devices exposed by sndiod to physical devices
sioctl_revents(3) was missing from the name section, and add .Lb libsndio to the SYNOPSIS; OK ratchov@ tedu@
libsndio: Don't use poll(2) for output on the control device.
Bump libsndio pkg-config version to 1.10.0