Sign in
qemu
/
qemu
/
991ad91b6a1f09a6ad62b6e6da78d83b548daec7
/
audio
/
audio.c
1a961e7
audio: add audio timer trace points
by Gerd Hoffmann
· 7 years ago
441b345
audio: Convert use of atoi to qemu_strtoi
by Nia Alarie
· 7 years ago
65ba869
audio: add module loading support
by Gerd Hoffmann
· 7 years ago
d3893a3
audio: add driver registry
by Gerd Hoffmann
· 7 years ago
470bcab
audio: Replace AUDIO_FUNC with __func__
by Alistair Francis
· 7 years ago
3268a84
audio: release capture buffers
by Gerd Hoffmann
· 8 years ago
1ffc266
audio: make audio poll timer deterministic
by Pavel Dovgalyuk
· 8 years ago
3d4d16f
replay: add record/replay for audio passthrough
by Pavel Dovgalyuk
· 8 years ago
a384c20
audio: clean up before monitor clean up
by Marc-André Lureau
· 8 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
6086a56
audio: Clean up includes
by Peter Maydell
· 9 years ago
7e27465
audio: Clean up inappropriate and unreachable use of hw_error()
by Markus Armbruster
· 9 years ago
73ad33e
audio: remove plive
by Kővágó, Zoltán
· 10 years ago
06ac27f
audio: remove LOG_TO_MONITOR along with default_mon
by Kővágó, Zoltán
· 10 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
40a814b
audio: Lower default wakeup rate to 100 times / second
by Hans de Goede
· 11 years ago
b4350de
audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second
by Hans de Goede
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
457b654
audio: Replace non-portable asprintf in debug code by g_strdup_printf
by Stefan Weil
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
8361710
audio: Unbreak capturing in mixemu case
by malc
· 13 years ago
aeb29b6
audio: Always call fini on exit
by Jan Kiszka
· 13 years ago
c01b245
audio: don't apply volume effect if backend has VOICE_VOLUME_CAP
by Marc-André Lureau
· 13 years ago
6c95ab9
audio: add VOICE_VOLUME ctl
by Marc-André Lureau
· 13 years ago
b4bd0b1
audio: Add some fall through comments
by Stefan Weil
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
00e0767
audio: split sample conversion and volume mixing
by Michael Walle
· 14 years ago
39deb1e
audio: Only use audio timer when necessary
by malc
· 14 years ago
3e31375
spice: add audio
by Gerd Hoffmann
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
8631b60
monitor: Separate "default monitor" and "current monitor" cleanly
by Markus Armbruster
· 15 years ago
82584e2
audio: include more information into audio_bug's output
by malc
· 15 years ago
d959fce
audio: port to vmstate
by Juan Quintela
· 15 years ago
155a8ad
audio: use correct email address
by malc
· 15 years ago
bdff253
audio: internal API change
by malc
· 15 years ago
ddabec7
audio: introduce audio_pcm_hw_clip_out helper function
by malc
· 15 years ago
4f4cc0e
audio: use muldiv64 where it makes sense
by malc
· 15 years ago
0a90e34
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
by Jan Kiszka
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
057fa65
audio: remove lsbindex/popcount in favour of host-utils's ctz32
by malc
· 15 years ago
713a98f
audio: poll mode infrastructure
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
197bc21
Fix typo
by malc
· 15 years ago
98f9f48
Aesthetics
by malc
· 15 years ago
2700efa
Use C99 initializers for audio_option
by Juan Quintela
· 15 years ago
2358a49
Generate config-host.h from config-host.mak
by Juan Quintela
· 16 years ago
aea8674
Fix period initialization
by malc
· 16 years ago
14658cd
use struct initializer for audio.c
by Juan Quintela
· 16 years ago
1a7dafc
Remove any pretense that there can be more than one AudioState
by malc
· 16 years ago
0d9acba
Make AUD_init failure fatal
by Paul Brook
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
978dd63
Avoid running audio ctl's when vm is not running
by malc
· 16 years ago
090f1fa
audio: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
9781e04
Rework vm_state_change notifiers (Jan Kiszka)
by aliguori
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
cd39008
Attached patch fixes a series of this warning when compiling on NetBSD:
by blueswir1
· 16 years ago
c310de8
Rename hz to hertz to keep AIX happy
by malc
· 16 years ago
d64394f
Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified)
by malc
· 16 years ago
2d6f897
Fix more r5087 breakage
by malc
· 16 years ago
a3772d4
Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)
by blueswir1
· 16 years ago
ac700bc
Fix more bugs in r5044
by blueswir1
· 16 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 16 years ago
0c58ac1
Change the way audio is configured
by malc
· 17 years ago
d50997f
Add missing [SU]32
by malc
· 17 years ago
683efdc
First cut at WM8750 volume control (Jan Kiszka).
by balrog
· 17 years ago
b60aee0
Typo fix
by aurel32
· 17 years ago
ca9cc28
pthreads-based audio and miscellaneous audio clean-up (malc).
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
fe8f096
Spelling fix, by Stuart Brady.
by ths
· 18 years ago
f941aa2
Qemu support for S32 and U32 alsa output, by Vassili Karpov.
by ths
· 18 years ago
e2f909b
swapped memset args (Charles Coffing)
by bellard
· 18 years ago
a3c2599
audio capture fixes (malc)
by bellard
· 19 years ago
ec36b69
audio capture to wab files (malc)
by bellard
· 19 years ago
d929eba
audio endianness API changes (malc)
by bellard
· 19 years ago
8ead62c
audio fixes + initial audio capture support (malc)
by bellard
· 19 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
571ec3d
audio merge (malc)
by bellard
· 19 years ago
541e084
VM state change support (malc)
by bellard
· 19 years ago
c0fe382
audio merge (malc)
by bellard
· 19 years ago
1d14ffa
merged 15a_aqemu.patch audio patch (malc)
by bellard
· 19 years ago
fe2cece
audio fixes (malc)
by bellard
· 20 years ago
102a52e
FMOD configure options (malc)
by bellard
· 20 years ago
7372f88
audio fixes (malc)
by bellard
· 20 years ago
fb06518
audio clean up (initial patch by malc)
by bellard
· 20 years ago
85571bc
audio merge (malc)
by bellard
· 20 years ago