Statistics
| Branch: | Revision:

root / audio @ d92aa883

Name Size
Makefile.objs 719 Bytes
alsaaudio.c 32.5 kB
audio.c 51.4 kB
audio.h 4.9 kB
audio_int.h 6.8 kB
audio_pt_int.c 3.9 kB
audio_pt_int.h 681 Bytes
audio_template.h 13.1 kB
audio_win_int.c 2.3 kB
audio_win_int.h 308 Bytes
coreaudio.c 15.3 kB
dsound_template.h 7.1 kB
dsoundaudio.c 25.2 kB
esdaudio.c 13.5 kB
fmodaudio.c 16.9 kB
mixeng.c 9.1 kB
mixeng.h 2.2 kB
mixeng_template.h 3.9 kB
noaudio.c 4.6 kB
ossaudio.c 23.9 kB
paaudio.c 23.6 kB
rate_template.h 3.2 kB
sdlaudio.c 10.4 kB
spiceaudio.c 10.3 kB
wavaudio.c 7.8 kB
wavcapture.c 5 kB
winwaveaudio.c 17.2 kB

Latest revisions

# Date Author Comment
c905c501 11/05/2013 06:40 pm Anthony Liguori

ossaudio: do not enable by default

Modern Linux's no longer support /dev/dsp so enabling it by
default causes audio failures on newer Linux distros.

Signed-off-by: Anthony Liguori <>
Tested-by: Andreas Färber <>
Message-id:

ef5cfe5b 10/31/2013 06:01 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  • mjt/trivial-patches:
    audio/mixeng_template.h: fix inline declaration
    misc: Spelling and grammar fixes in comments
    docs/ccid.txt: fix the typo
    qapi: fix documentation example
    .gitignore: ignore qmp-commands.txt...
203cea22 10/26/2013 12:09 pm Alex Bligh

audio/mixeng_template.h: fix inline declaration

Fix error: ‘inline’ is not at beginning of declaration
[-Werror=old-style-declaration]

Signed-off-by: Alex Bligh <>
Signed-off-by: Michael Tokarev <>

b4350dee 10/23/2013 11:37 am Hans de Goede

audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every nano second

Now that we no longer have MIN_REARM_TIMER_NS a bug in the audio subsys has
clearly shown it self by trying to make a timer fire every nano second.

Note we have a similar problem in 1.6, 1.5 and older but there...

19b0dfc1 09/24/2013 11:29 am Bandan Das

audio: remove CONFIG_MIXEMU configure option

Signed-off-by: Bandan Das <>
Signed-off-by: Gerd Hoffmann <>

bc72ad67 08/22/2013 08:14 pm Alex Bligh

aio / timers: Switch entire codebase to the new timer API

This is an autogenerated patch using scripts/switch-timer-api.

Switch the entire code base to using the new timer API.

Note this patch may introduce some line length issues.

Signed-off-by: Alex Bligh <>...

87e613ea 06/21/2013 09:52 pm Stefan Weil

audio: Replace static functions in header file by macros, remove GCC_ATTR

Using macros instead of static functions for dolog and for ldebug
simplifies the code and can also reduce the total code size.

GCC_ATTR was only used in audio_int.h, so it is now unused and...

4f6ab397 05/26/2013 02:14 pm Brad Smith

Remove OSS support for OpenBSD

Remove the OSS support for OpenBSD. The OSS API has not been usable
for quite some time.

Signed-off-by: Brad Smith <>
Reviewed-by: Laszlo Ersek <>
Reviewed-by: Andreas Färber <>...

997aba8e 05/18/2013 03:35 pm Michael Tokarev

remove some double-includes

Some source files #include the same header more than
once for no good reason. Remove second #includes in
such cases.

Signed-off-by: Michael Tokarev <>

457b6543 01/16/2013 08:03 pm Stefan Weil

audio: Replace non-portable asprintf in debug code by g_strdup_printf

sw->name already uses the correct g_free to free the allocated memory.

Signed-off-by: Stefan Weil <>
Signed-off-by: Anthony Liguori <>

View revisions

Also available in: Atom