Statistics
| Branch: | Revision:

root / audio @ add16157

Name Size
alsaaudio.c 31.2 kB
audio.c 50.5 kB
audio.h 4.9 kB
audio_int.h 7.2 kB
audio_pt_int.c 3.2 kB
audio_pt_int.h 681 Bytes
audio_template.h 13.2 kB
coreaudio.c 15.3 kB
dsound_template.h 7.1 kB
dsoundaudio.c 27.3 kB
esdaudio.c 14.5 kB
fmodaudio.c 17 kB
mixeng.c 8.5 kB
mixeng.h 2.1 kB
mixeng_template.h 4.3 kB
noaudio.c 4.4 kB
ossaudio.c 22.5 kB
paaudio.c 11.5 kB
rate_template.h 3.2 kB
sdlaudio.c 10.1 kB
wavaudio.c 6.9 kB
wavcapture.c 3.8 kB

Latest revisions

# Date Author Comment
68f6dc7e 09/18/2009 01:04 pm malc

coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cdce138

Signed-off-by: malc <>

4f4cc0ef 09/18/2009 01:04 pm malc

audio: use muldiv64 where it makes sense

Signed-off-by: malc <>

ddabec73 09/18/2009 01:04 pm malc

audio: introduce audio_pcm_hw_clip_out helper function

Signed-off-by: malc <>

541ba4e7 09/18/2009 01:04 pm malc

alsa: use audio_pcm_hw_clip_out

Signed-off-by: malc <>

9d168976 09/18/2009 01:04 pm malc

oss: use audio_pcm_hw_clip_out

Signed-off-by: malc <>

3fd7f635 09/18/2009 01:04 pm malc

sdlaudio: use correct function names in sdl_XXX calls

Signed-off-by: malc <>

bdff253c 09/18/2009 01:04 pm malc

audio: internal API change

pcm_ops.run_out now takes number of live samples (which will be always
greater than zero) as a second argument, every driver was calling
audio_pcm_hw_get_live_out anyway with exception of fmod which used
audio_pcm_hw_get_live_out2 for no good reason....

155a8ad3 09/18/2009 01:04 pm malc

audio: use correct email address

Signed-off-by: malc <>

6ebfda13 09/14/2009 02:55 am malc

alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle

Signed-off-by: malc <>

b4f763b8 09/14/2009 02:55 am malc

alsa: Use proper value when testing returned events in alsa_poll_handler

Signed-off-by: malc <>

View revisions

Also available in: Atom