index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
audio: add audio timer trace points
Gerd Hoffmann
2
-3
/
+30
2018-06-25
audio: Convert use of atoi to qemu_strtoi
Nia Alarie
1
-2
/
+1
2018-03-12
audio/sdl: build as module
Gerd Hoffmann
1
-3
/
+6
2018-03-12
audio/pulseaudio: build as module
Gerd Hoffmann
1
-2
/
+5
2018-03-12
audio/oss: build as module
Gerd Hoffmann
1
-2
/
+5
2018-03-12
audio/alsa: build as module
Gerd Hoffmann
1
-2
/
+5
2018-03-12
audio: add module loading support
Gerd Hoffmann
1
-0
/
+20
2018-03-12
audio: add driver registry
Gerd Hoffmann
11
-44
/
+105
2018-03-05
audio: rename CONFIG_* to CONFIG_AUDIO_*
Gerd Hoffmann
2
-7
/
+7
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-06
audio: Replace AUDIO_FUNC with __func__
Alistair Francis
11
-93
/
+85
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-2
/
+2
2017-09-22
buildsys: Move audio libs to per object
Fam Zheng
1
-0
/
+5
2017-09-22
buildsys: Move sdl cflags/libs to per object
Fam Zheng
1
-0
/
+1
2017-08-01
trace-events: fix code style: %# -> 0x%
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-17
audio: st_rate_flow exist a infinite loop
Peng Hao
1
-0
/
+6
2017-05-04
audio: fix WAVState leak
Marc-André Lureau
1
-0
/
+1
2017-05-04
audio: release capture buffers
Gerd Hoffmann
1
-0
/
+2
2017-03-01
audio/sdlaudio: Allow audio playback with SDL2
Thomas Huth
1
-0
/
+48
2017-03-01
audio: make audio poll timer deterministic
Pavel Dovgalyuk
1
-1
/
+1
2017-03-01
replay: add record/replay for audio passthrough
Pavel Dovgalyuk
3
-2
/
+44
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-08
audio: clean up before monitor clean up
Marc-André Lureau
3
-18
/
+23
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
4
-4
/
+7
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+17
2016-06-20
trace: split out trace events for audio/ directory
Daniel P. Berrange
1
-0
/
+17
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-8
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-03
audio: pa: Set volume of recording stream instead of recording device
Peter Krempa
1
-6
/
+5
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
3
-1
/
+3
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-18
Fix some typos found by codespell
Stefan Weil
2
-2
/
+2
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
4
-9
/
+8
2016-02-23
all: Clean up includes
Peter Maydell
1
-1
/
+0
2016-02-02
audio: Clean up includes
Peter Maydell
14
-3
/
+14
2016-01-13
audio: Clean up inappropriate and unreachable use of hw_error()
Markus Armbruster
1
-9
/
+2
2015-12-15
audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs
Peter Maydell
1
-9
/
+15
2015-12-15
audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available
Peter Maydell
1
-1
/
+106
2015-12-15
audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty
Peter Maydell
1
-47
/
+94
2015-12-15
audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice
Peter Maydell
1
-0
/
+27
2015-12-15
audio/coreaudio.c: Factor out use of AudioHardwareGetProperty
Peter Maydell
1
-6
/
+11
2015-07-08
ossaudio: fix memory leak
Gonglei
1
-0
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2
-0
/
+2
2015-06-15
ossaudio: use trace events instead of debug config flag
Kővágó, Zoltán
1
-21
/
+4
2015-06-15
alsaaudio: use trace events instead of verbose
Kővágó, Zoltán
1
-46
/
+14
2015-06-15
dsoundaudio: remove primary buffer
Kővágó, Zoltán
1
-104
/
+0
2015-06-15
dsoundaudio: remove *_retries kludges
Kővágó, Zoltán
2
-83
/
+20
2015-06-15
audio: remove plive
Kővágó, Zoltán
2
-53
/
+0
[next]