summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow specific devices to be used for play-only and rec-only modes.ratchov2020-11-191-2/+7
* Check if syscalls return -1 instead of any negative value.ratchov2019-06-291-2/+2
* remove a guard in mio_read(), mio_write, sio_read() & sio_write() for amiko2018-10-311-9/+1
* sys/stat.h not needed here; ok ratchov@miko2018-09-191-2/+1
* Make code fit in 80 columns, remove trailing spaces & tabs.ratchov2016-01-091-4/+4
* Don't remove the type component from the device string before passingratchov2015-11-221-11/+7
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* debug level test for clock_gettime() calls should matchjsg2014-08-101-2/+2
* - use relative read/write positions to keep track of bufferratchov2014-03-051-31/+50
* Be less verbose when SNDIO_DEBUG=1 is set.ratchov2013-12-201-3/+3
* Prefix by '_' symbols that are not part of the API.ratchov2013-11-131-18/+18
* Move underrun/overrun recovery code from the sun-api back-end toratchov2013-08-241-51/+109
* Handle big time_t.guenther2013-04-031-21/+21
* If par->bufsz is set (it's documented as readonly since years) thenratchov2013-02-011-1/+2
* check that polled fd number is smaller than SIO_MAXNFDSratchov2012-10-271-3/+8
* Make the "default" string a valid device name that has the same effectratchov2012-05-231-3/+9
* The default device is selected with sndiod(1) or the AUDIODEVICEratchov2012-05-111-2/+2
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-10/+11
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-30/+12
* in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherratchov2011-05-091-5/+7
* use an array of backends and iterate on it, instead of inliningratchov2011-05-061-15/+22
* remove almost two years old hack to support legacy audio/midiratchov2011-05-061-12/+4
* determine the default device in backend code instead of the commonratchov2011-05-031-8/+3
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-20/+9
* Clean up function naming: use sio_<backend>_ prefix for privateratchov2011-04-081-0/+484