Statistics
| Branch: | Revision:

root / audio @ e2542fe2

Name Size
alsaaudio.c 24.4 kB
audio.c 48 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
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

0d9acba8 05/12/2009 02:02 pm Paul Brook

Make AUD_init failure fatal

Failure to initialize the audio subsystem is not handled consistently.
Where it is handled it has guest visible effects, which is wrong.
We already have a "nosound" audio driver as a last resort, so trying to
proceed without an audio backend seems pointless....

140f8f25 05/01/2009 10:31 am Consul

Remove redundant #define

Suppress a warning
audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined
<command line>:4:1: warning: this is the location of the previous definition

Signed-off-by: Alex Ivanov <>

c5e97233 03/07/2009 10:06 pm blueswir1

Support for DragonFly BSD (Hasso Tepper)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6746 c046a42c-6fe2-441c-8c8c-71466251a162

View revisions

Also available in: Atom