aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/solaris.c
Commit message (Expand)AuthorAgeFilesLines
* 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