summaryrefslogtreecommitdiff
path: root/lib/libsndio/sio_sun.c
AgeCommit message (Expand)Author
2016-04-07Use the "new" audio(4) api and delete all the useless code to dealAlexandre Ratchov
2016-01-09Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2015-11-22remove unneeded prototypesAlexandre Ratchov
2015-11-22Don't remove the type component from the device string before passingAlexandre Ratchov
2015-11-18Split function to initialize the raw device in two parts, one to openAlexandre Ratchov
2015-11-17don't call AUDIO_SETFD ioctl as it's a no-opAlexandre Ratchov
2015-10-02Validate that midi and audio device numbers are integers.Alexandre Ratchov
2015-10-02As device path is known, use its size instead of PATH_MAXAlexandre Ratchov
2015-10-02Use macros for audio and midi device paths rather than hardcodedAlexandre Ratchov
2015-07-28Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS andAlexandre Ratchov
2015-07-24Fix arithmetic mistake causing errors when there are more xruns on theAlexandre Ratchov
2015-02-16Remove backward compat bits to support for ':' character in sndioAlexandre Ratchov
2014-11-21Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). FoundAlexandre Ratchov
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-03-05- use relative read/write positions to keep track of bufferAlexandre Ratchov
2013-12-20Be less verbose when SNDIO_DEBUG=1 is set.Alexandre Ratchov
2013-11-13Prefix by '_' symbols that are not part of the API.Alexandre Ratchov
2013-08-24Move underrun/overrun recovery code from the sun-api back-end toAlexandre Ratchov
2012-09-14Don't read the xrun counter before the offset in the audio ring,Alexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-11-15Add a "device number" component in sndio(7) device names, allowing aAlexandre Ratchov
2011-05-03determine the default device in backend code instead of the commonAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-08Clean up function naming: use sio_<backend>_ prefix for privateAlexandre Ratchov