index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
alsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try 32-bit float before 16-bit, and stereo before mono
Chris Robinson
2009-10-24
1
-20
/
+41
*
Make sure the ALSA device list is reset if no cards are found
Chris Robinson
2009-10-21
1
-11
/
+4
*
Remove duplicate check in ALSA mmap playback
Chris Robinson
2009-10-16
1
-1
/
+1
*
Rename SetALCError for consistency
Chris Robinson
2009-10-07
1
-1
/
+1
*
Fallback to 16-bit or 8-bit, or mono, if ALSA doesn't accept the request
Chris Robinson
2009-09-27
1
-2
/
+35
*
Don't store the ALSA format
Chris Robinson
2009-09-27
1
-9
/
+10
*
Fix capture, too
Chris Robinson
2009-09-27
1
-3
/
+3
*
Make sure ALSA properly loads, and fix the thread stop condition
Chris Robinson
2009-09-27
1
-4
/
+4
*
Avoid duplicate error handling
Chris Robinson
2009-09-27
1
-45
/
+25
*
Load backend libs on-demand
Chris Robinson
2009-09-27
1
-96
/
+128
*
Attempt to reload backend libs when probing, if they didn't initially load
Chris Robinson
2009-09-23
1
-4
/
+4
*
Return imediately if trying to set an unknown format
Chris Robinson
2009-09-21
1
-4
/
+6
*
Support floating point capture for backends that can handle it
Chris Robinson
2009-09-21
1
-0
/
+3
*
Create the ALSA capture ring buffer with the proper size
Chris Robinson
2009-09-21
1
-1
/
+1
*
Mix all pending periods at once instead of one at a time
Chris Robinson
2009-09-20
1
-1
/
+1
*
Let verify_state restore from an ALSA underrun
Chris Robinson
2009-09-20
1
-19
/
+8
*
Remove left-over backend-specific period options
Chris Robinson
2009-09-16
1
-2
/
+2
*
Store the number of periods in the device instead of the buffer size
Chris Robinson
2009-09-16
1
-17
/
+25
*
Remove unnecessary parameters, and rename methods
Chris Robinson
2009-09-16
1
-6
/
+4
*
Make a GetConfigValueBool function and use it
Chris Robinson
2009-09-15
1
-7
/
+1
*
Pass the device to aluMixData
Chris Robinson
2009-09-15
1
-9
/
+3
*
Pass the frame count to aluMixData
Chris Robinson
2009-09-15
1
-5
/
+3
*
Remove unnecessary vars and rework device name checks
Chris Robinson
2009-08-27
1
-10
/
+8
*
Rebuild device lists when retrieving them
Chris Robinson
2009-08-27
1
-122
/
+147
*
Store a copy of the device name in the device
Chris Robinson
2009-08-27
1
-8
/
+7
*
Store copies of the device names in the individual backends
Chris Robinson
2009-08-27
1
-28
/
+69
*
Add a method to deinitialize backends
Chris Robinson
2009-08-26
1
-0
/
+4
*
Support disconnect for ALSA playback and capture
Chris Robinson
2009-08-26
1
-234
/
+86
*
Support 32-bit float output
Chris Robinson
2009-08-15
1
-0
/
+3
*
Remove unnecessary function parameters
Chris Robinson
2009-08-13
1
-7
/
+7
*
Allow delaying playback start until context creation, and don't use UpdateSiz...
Chris Robinson
2009-08-13
1
-26
/
+42
*
Set the right access mode for non-mmap capture
Chris Robinson
2009-07-02
1
-1
/
+1
*
Specify the right format for ALSA recording
Chris Robinson
2009-07-02
1
-4
/
+3
*
Lock the context before getting the mmap region to update
Chris Robinson
2009-05-26
1
-2
/
+4
*
Set the correct data size
Chris Robinson
2009-05-26
1
-1
/
+1
*
Simplify ALSA PCM parameter retrieval
Chris Robinson
2009-05-26
1
-18
/
+4
*
Set avail_min so snd_pcm_wait will wait for the full update to be ready
Chris Robinson
2009-05-26
1
-4
/
+33
*
Properly fall back to non-mmap capture if the parameters fail
Chris Robinson
2009-05-25
1
-5
/
+34
*
Get rid of the ugly ok() macro
Chris Robinson
2009-05-25
1
-53
/
+60
*
Update in descrete amounts using the update size
Chris Robinson
2009-05-25
1
-3
/
+6
*
Don't modify the device struct until playback succesfully starts
Chris Robinson
2009-03-13
1
-3
/
+6
*
Always add the default ALSA device even if no cards are present
Chris Robinson
2009-03-10
1
-5
/
+3
*
Only expose the default ALSA device in standard enumeration
Chris Robinson
2009-03-10
1
-22
/
+6
*
Append the card and device indices to the ALSA device strings
Chris Robinson
2009-03-10
1
-6
/
+6
*
Add cast for setting a dummy pointer value
Chris Robinson
2008-12-06
1
-1
/
+1
*
Handle ALSA capture errors a bit better
Chris Robinson
2008-11-19
1
-9
/
+35
*
Use plughw for capture so ALSA can convert capture data
Chris Robinson
2008-10-14
1
-1
/
+1
*
Implement non-mmap ALSA capture
Chris Robinson
2008-09-29
1
-14
/
+167
*
Use volatile for member variables that are changed in a different thread
Chris Robinson
2008-07-10
1
-1
/
+1
*
Prepare the ALSA PCM handle before starting capture
Chris Robinson
2008-05-06
1
-0
/
+1
[next]