aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
Commit message (Expand)AuthorAgeFilesLines
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-536/+0
* Allow the backend init functions to return failureChris Robinson2011-08-171-1/+2
* Rename the ERROR macro to ERRChris Robinson2011-07-131-14/+14
* Use logging macros in the oss backendChris Robinson2011-07-101-14/+14
* Use a proper enum for the probe typeChris Robinson2011-06-141-17/+25
* Make some declarations static or static constChris Robinson2011-05-211-1/+1
* Use channel config strings in log outputChris Robinson2011-05-151-6/+6
* Add a frequency-request device flagChris Robinson2011-05-031-1/+7
* Cleanup some ok() macrosChris Robinson2010-12-091-15/+23
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-041-38/+36
* Get rid of the device timer stuffChris Robinson2010-11-211-9/+1
* Be a bit more verbose when a device fails to openChris Robinson2010-08-011-4/+2
* 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-5/+4
* Add a function to get the frame size from a formatChris Robinson2010-05-241-4/+2
* Don't needlessly expose a variable for the backendsChris Robinson2010-05-121-2/+2
* 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-5/+25
* Store ALC errors with the device when possibleChris Robinson2009-12-281-1/+1
* 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-2/+2
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-291-0/+4
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+1
* Be more tolerant with resetting the fragment sizeChris Robinson2009-10-201-2/+7
* EINTR is not a fatal write errorChris Robinson2009-10-191-2/+2
* Fix OSS and Solaris playback loop checkChris Robinson2009-10-171-1/+1
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-4/+6
* Remove left-over backend-specific period optionsChris Robinson2009-09-161-3/+3
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-5/+8
* 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
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-16/+10
* Rebuild device lists when retrieving themChris Robinson2009-08-271-5/+10
* Store a copy of the device name in the deviceChris Robinson2009-08-271-6/+6
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-4/+4
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
* Support disconnect for OSS and SolarisChris Robinson2009-08-261-1/+3
* Support 32-bit float outputChris Robinson2009-08-151-0/+11
* Remove unnecessary function parametersChris Robinson2009-08-131-5/+5
* Allow delaying playback start until context creation, and don't use UpdateSiz...Chris Robinson2009-08-131-28/+43
* Redo OSS mixing loopChris Robinson2009-05-251-21/+21
* Don't modify the device struct until playback succesfully startsChris Robinson2009-03-131-4/+3
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
* Remove FrameSize struct memberChris Robinson2008-02-141-5/+10
* Read in chunks of the fragment size, not expected buffer sizeChris Robinson2008-02-121-1/+1
* UpdateSize is not used for capture devicesChris Robinson2008-02-121-4/+2
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-6/+6