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
*
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
*
Fill the correct capture device list
Chris Robinson
2008-04-05
1
-3
/
+4
*
Add the first card after making sure there's a useable device on it
Chris Robinson
2008-02-15
1
-5
/
+10
*
Remove FrameSize struct member
Chris Robinson
2008-02-14
1
-1
/
+1
*
Wait for a PCM handle to be ready for more data instead of polling every 1ms ...
Chris Robinson
2008-02-13
1
-1
/
+4
*
Rename UpdateFreq device field to UpdateSize
Chris Robinson
2008-02-12
1
-3
/
+3
*
Use all capture devices listed by ALSA, not just the first on each card
Chris Robinson
2008-02-08
1
-12
/
+35
*
Remove unnecessary Channels field
Chris Robinson
2008-01-25
1
-2
/
+2
*
Remove duplication of setting the max source count
Chris Robinson
2008-01-19
1
-1
/
+0
*
Buffer size fixes. Partially reverts the ALSA buffer size "fix"
Chris Robinson
2008-01-18
1
-9
/
+15
*
Reduce indentation
Chris Robinson
2008-01-14
1
-6
/
+4
*
Add an option for disabling ALSA mmap
Chris Robinson
2008-01-14
1
-1
/
+9
*
Avoid busy waiting when waiting for suspend to clear
Chris Robinson
2008-01-14
1
-3
/
+2
*
Let the mmap thread start the pcm stream when it's full
Chris Robinson
2008-01-14
1
-52
/
+0
*
Make sure the stream is playing when it's full
Chris Robinson
2008-01-14
1
-0
/
+13
*
Don't restart the stream right after preparing it
Chris Robinson
2008-01-14
1
-4
/
+0
*
Don't attempt to recover the ALSA stream when filling silence
Chris Robinson
2008-01-14
1
-13
/
+4
*
Use Sleep instead of usleep
Chris Robinson
2008-01-11
1
-4
/
+4
*
Don't double-close a handle on error
Chris Robinson
2008-01-11
1
-1
/
+0
*
Don't attempt to open ALSA playback/capture if it didn't load
Chris Robinson
2008-01-11
1
-1
/
+7
*
ALC_REFRESH is the number of updates per second
Chris Robinson
2008-01-06
1
-1
/
+1
*
Fix the buffer size so ALSA doesn't multiply by the number of periods
Chris Robinson
2008-01-06
1
-4
/
+6
*
Some non-mmap ALSA fixes
Chris Robinson
2008-01-05
1
-40
/
+21
*
Fallback to non-mmap access for ALSA if mmap isn't available
Chris Robinson
2007-12-30
1
-3
/
+114
*
Check for the correct ALSA driver option name
Chris Robinson
2007-12-30
1
-1
/
+1
*
Don't check explicitly against formats, but rather their byte/channel count
Chris Robinson
2007-12-26
1
-7
/
+3
*
Store a persistant name string with the device struct
Chris Robinson
2007-12-14
1
-8
/
+5
*
Print an error when ALSA fails to open the audio device
Chris Robinson
2007-12-12
1
-0
/
+2
*
Use -Wextra instead of -W for extra warnings
Chris Robinson
2007-12-06
1
-1
/
+1
*
Use %zd for size_t types
Chris Robinson
2007-12-06
1
-1
/
+1
*
Prevent some ICC warnings
Chris Robinson
2007-12-06
1
-2
/
+6
*
Allow aluMixData to accept a NULL context for silence
Chris Robinson
2007-12-05
1
-11
/
+3
[next]