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
2009-08-26
Fix dsound typos
Consul
1
-3
/
+3
2009-08-12
Fix typo
malc
1
-1
/
+1
2009-08-11
Aesthetics
malc
10
-288
/
+394
2009-08-11
use C99 initializers for all audio/*
Juan Quintela
8
-53
/
+56
2009-08-11
use C99 initializers for audio_pcm_ops
Juan Quintela
10
-109
/
+92
2009-08-11
Use C99 initializers for audio_option
Juan Quintela
10
-168
/
+258
2009-08-11
Use proper struct initializers and remove INIT_FIELD() macro
Juan Quintela
11
-116
/
+110
2009-07-31
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
2
-2
/
+2
2009-07-30
alsa: add host suspend/resume support
Bjørn Mork
1
-2
/
+47
2009-07-27
Generate config-host.h from config-host.mak
Juan Quintela
1
-1
/
+6
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
1
-1
/
+1
2009-07-24
Fix period initialization
malc
1
-1
/
+1
2009-07-22
use struct initializer for audio.c
Juan Quintela
1
-26
/
+26
2009-07-17
Ignore -Waddress for alsaaudio.c
malc
1
-0
/
+4
2009-06-19
fix qemu_alloc/qemu_free for audio subsystem
Jean-Christophe Dubois
1
-2
/
+2
2009-06-18
alsa: fix warning
Gerd Hoffmann
1
-4
/
+6
2009-05-14
Remove any pretense that there can be more than one AudioState
malc
5
-80
/
+68
2009-05-12
Make AUD_init failure fatal
Paul Brook
1
-24
/
+20
2009-05-01
Remove redundant #define
Consul
1
-1
/
+0
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2
-13
/
+14
2009-02-18
Avoid running audio ctl's when vm is not running
malc
2
-2
/
+10
2009-02-05
audio: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2
-20
/
+8
2009-01-22
Fix NAME2/FIELD2 warnings
malc
1
-0
/
+2
2009-01-22
Rework vm_state_change notifiers (Jan Kiszka)
aliguori
1
-1
/
+2
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2
-6
/
+6
2008-12-03
Make audio violate POSIX less
malc
20
-119
/
+123
2008-11-16
Attached patch fixes a series of this warning
blueswir1
1
-2
/
+2
2008-11-12
Rename hz to hertz to keep AIX happy
malc
1
-6
/
+6
2008-11-04
Set default audio timer period to a sane value (otherwise qemu becomes unusab...
malc
1
-1
/
+1
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-10-26
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
blueswir1
1
-1
/
+1
2008-10-25
Fix undefined pthread_sigmask warning on OpenBSD
blueswir1
1
-0
/
+2
2008-10-06
Prepare for changing audio_pcm_ops dynamically (partially revert r5422)
blueswir1
11
-13
/
+13
2008-10-05
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
blueswir1
1
-0
/
+3
2008-10-05
Make audio_pcm_opsstatic const
blueswir1
11
-14
/
+14
2008-09-28
Fix more r5087 breakage
malc
1
-4
/
+1
2008-08-27
Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)
blueswir1
1
-1
/
+1
2008-08-25
Fix more bugs in r5044
blueswir1
1
-1
/
+1
2008-08-21
Fix OpenBSD linker warnings
blueswir1
1
-7
/
+11
2008-07-29
Move audio/sys-queue.h => sys-queue.h
aliguori
1
-338
/
+0
2008-07-29
Update sys-queue.h (Gerd Hoffmann)
aliguori
1
-241
/
+338
2008-07-09
Restore old value of buffer_size
malc
1
-0
/
+1
2008-07-09
Warn about rejected buffer/period size/time when it was specified by the user
malc
1
-2
/
+7
2008-07-09
Call proper function when trying to set period size
malc
1
-2
/
+4
2008-07-03
Fix typo
malc
1
-1
/
+1
2008-07-02
Pulseaudio driver
malc
2
-0
/
+516
2008-07-02
Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call
malc
1
-1
/
+1
2008-06-25
Change the way audio is configured
malc
1
-21
/
+1
2008-06-23
Make mixer emulation a configure option (Jan Kiszka)
malc
2
-7
/
+5
[prev]
[next]