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