aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/solaris.c
Commit message (Expand)AuthorAgeFilesLines
* More improvements to the AudioIO backendChris Robinson2010-12-091-4/+9
* Better check format type returned by AUDIO_SETINFOChris Robinson2010-12-091-3/+8
* Add signed 8-bit output to the AudioIO backendChris Robinson2010-12-091-2/+3
* Fix some AudioIO backend warningsChris Robinson2010-12-091-5/+1
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-041-24/+17
* Get rid of the device timer stuffChris Robinson2010-11-211-9/+2
* Be a bit more verbose when a device fails to openChris Robinson2010-08-011-2/+1
* Store the time precision with the deviceChris Robinson2010-07-251-0/+2
* Add a backend callback to get the device timeChris Robinson2010-07-241-1/+7
* Update device naming to be more apparent about the device being usedChris Robinson2010-05-311-1/+1
* Add a function to get the frame size from a formatChris Robinson2010-05-241-2/+1
* Don't needlessly expose a variable for the backendsChris Robinson2010-05-121-1/+1
* Fix some typos with the solaris backendChris Robinson2010-01-121-1/+1
* Cleanup OSS/Solaris loop a bitChris Robinson2010-01-101-3/+3
* Hide OSS and Solaris devices if their files can't be stat'dChris Robinson2010-01-091-1/+8
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-0/+2
* Add an option for real-time priority mixingChris Robinson2009-12-011-0/+2
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+2
* EINTR is not a fatal write errorChris Robinson2009-10-191-1/+1
* Fix OSS and Solaris playback loop checkChris Robinson2009-10-171-1/+1
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-1/+2
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-2/+2
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+1
* Pass the frame count to aluMixDataChris Robinson2009-09-151-1/+5
* Start Solaris playback when a context is readyChris Robinson2009-09-121-33/+35
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-8/+5
* Rebuild device lists when retrieving themChris Robinson2009-08-271-3/+8
* Store a copy of the device name in the deviceChris Robinson2009-08-271-3/+3
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-2/+2
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
* Support disconnect for OSS and SolarisChris Robinson2009-08-261-21/+23
* Fix the Solaris backendChris Robinson2009-08-161-3/+27
* Add a Solaris playback backendChris Robinson2008-09-071-0/+258