Statistics
| Branch: | Revision:

root / audio @ 660f11be

Name Size
alsaaudio.c 25.7 kB
audio.c 48.1 kB
audio.h 5 kB
audio_int.h 7.1 kB
audio_pt_int.c 3.2 kB
audio_pt_int.h 681 Bytes
audio_template.h 13.1 kB
coreaudio.c 15.3 kB
dsound_template.h 7.1 kB
dsoundaudio.c 26.6 kB
esdaudio.c 14.4 kB
fmodaudio.c 16.8 kB
mixeng.c 8.5 kB
mixeng.h 2.2 kB
mixeng_template.h 4.3 kB
noaudio.c 4.5 kB
ossaudio.c 20.1 kB
paaudio.c 11.3 kB
rate_template.h 3.2 kB
sdlaudio.c 10.2 kB
wavaudio.c 6.8 kB
wavcapture.c 3.8 kB

Latest revisions

# Date Author Comment
660f11be 08/01/2009 12:16 am Blue Swirl

Fix Sparse warnings: "Using plain integer as NULL pointer"

Signed-off-by: Blue Swirl <>

86635821 07/30/2009 01:45 pm Bjørn Mork

alsa: add host suspend/resume support

Both input and output streams may be in SND_PCM_STATE_SUSPENDED
after the host is suspended and resumed, meaning "Hardware is
suspended". snd_pcm_readi() and snd_pcm_writei() will return
-ESTRPIPE if called while the stream is in this state....

2358a494 07/27/2009 10:10 pm Juan Quintela

Generate config-host.h from config-host.mak

Generate CONFIG_AUDIO_DRIVERS. Order is important here, because the
first driver in the list is the one used by default.

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

e2542fe2 07/27/2009 10:09 pm Juan Quintela

rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

aea86747 07/24/2009 04:16 am malc

Fix period initialization

Signed-off-by: malc <>

14658cd1 07/22/2009 06:58 pm Juan Quintela

use struct initializer for audio.c

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>

2637872b 07/17/2009 04:57 am malc

Ignore -Waddress for alsaaudio.c

/usr/include/alsa/pcm.h contains:

#define snd_pcm_sw_params_alloca(ptr) do { assert(ptr); *ptr = (snd_pcm_sw_params_t *) alloca(snd_pcm_sw_params_sizeof()); memset(*ptr, 0, snd_pcm_sw_params_sizeof()); } while (0)

The assert generates: "error: the address of 'sw_params' will always...

5d928867 06/19/2009 01:46 am Jean-Christophe Dubois

fix qemu_alloc/qemu_free for audio subsystem

Signed-off-by: Jean-Christophe DUBOIS <>

97f155dd 06/18/2009 09:57 pm Gerd Hoffmann

alsa: fix warning

Signed-off-by: Gerd Hoffmann <>

1a7dafce 05/14/2009 02:20 am malc

Remove any pretense that there can be more than one AudioState

View revisions

Also available in: Atom