aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alsa.c
Commit message (Expand)AuthorAgeFilesLines
* Try 32-bit float before 16-bit, and stereo before monoChris Robinson2009-10-241-20/+41
* Make sure the ALSA device list is reset if no cards are foundChris Robinson2009-10-211-11/+4
* Remove duplicate check in ALSA mmap playbackChris Robinson2009-10-161-1/+1
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
* Fallback to 16-bit or 8-bit, or mono, if ALSA doesn't accept the requestChris Robinson2009-09-271-2/+35
* Don't store the ALSA formatChris Robinson2009-09-271-9/+10
* Fix capture, tooChris Robinson2009-09-271-3/+3
* Make sure ALSA properly loads, and fix the thread stop conditionChris Robinson2009-09-271-4/+4
* Avoid duplicate error handlingChris Robinson2009-09-271-45/+25
* Load backend libs on-demandChris Robinson2009-09-271-96/+128
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-231-4/+4
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-4/+6
* Support floating point capture for backends that can handle itChris Robinson2009-09-211-0/+3
* Create the ALSA capture ring buffer with the proper sizeChris Robinson2009-09-211-1/+1
* Mix all pending periods at once instead of one at a timeChris Robinson2009-09-201-1/+1
* Let verify_state restore from an ALSA underrunChris Robinson2009-09-201-19/+8
* Remove left-over backend-specific period optionsChris Robinson2009-09-161-2/+2
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-17/+25
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
* Make a GetConfigValueBool function and use itChris Robinson2009-09-151-7/+1
* Pass the device to aluMixDataChris Robinson2009-09-151-9/+3
* Pass the frame count to aluMixDataChris Robinson2009-09-151-5/+3
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-10/+8
* Rebuild device lists when retrieving themChris Robinson2009-08-271-122/+147
* Store a copy of the device name in the deviceChris Robinson2009-08-271-8/+7
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-28/+69
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
* Support disconnect for ALSA playback and captureChris Robinson2009-08-261-234/+86
* Support 32-bit float outputChris Robinson2009-08-151-0/+3
* Remove unnecessary function parametersChris Robinson2009-08-131-7/+7
* Allow delaying playback start until context creation, and don't use UpdateSiz...Chris Robinson2009-08-131-26/+42
* Set the right access mode for non-mmap captureChris Robinson2009-07-021-1/+1
* Specify the right format for ALSA recordingChris Robinson2009-07-021-4/+3
* Lock the context before getting the mmap region to updateChris Robinson2009-05-261-2/+4
* Set the correct data sizeChris Robinson2009-05-261-1/+1
* Simplify ALSA PCM parameter retrievalChris Robinson2009-05-261-18/+4
* Set avail_min so snd_pcm_wait will wait for the full update to be readyChris Robinson2009-05-261-4/+33
* Properly fall back to non-mmap capture if the parameters failChris Robinson2009-05-251-5/+34
* Get rid of the ugly ok() macroChris Robinson2009-05-251-53/+60
* Update in descrete amounts using the update sizeChris Robinson2009-05-251-3/+6
* Don't modify the device struct until playback succesfully startsChris Robinson2009-03-131-3/+6
* Always add the default ALSA device even if no cards are presentChris Robinson2009-03-101-5/+3
* Only expose the default ALSA device in standard enumerationChris Robinson2009-03-101-22/+6
* Append the card and device indices to the ALSA device stringsChris Robinson2009-03-101-6/+6
* Add cast for setting a dummy pointer valueChris Robinson2008-12-061-1/+1
* Handle ALSA capture errors a bit betterChris Robinson2008-11-191-9/+35
* Use plughw for capture so ALSA can convert capture dataChris Robinson2008-10-141-1/+1
* Implement non-mmap ALSA captureChris Robinson2008-09-291-14/+167
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
* Prepare the ALSA PCM handle before starting captureChris Robinson2008-05-061-0/+1