Sign in
qemu-android
/
qemu-android
/
7a93cc55e9af661949cb9a56866b5652667294c9
/
audio
d959fce
audio: port to vmstate
by Juan Quintela
· 15 years ago
a244eb7
audio: fix compilation of DEBUG_PLIVE
by Juan Quintela
· 15 years ago
7cbb28e
audio: Remove conditional around sw which can not be NULL
by malc
· 15 years ago
a58c16d
winwave: ADC support
by malc
· 15 years ago
cb4f03e
audio: remove last remnants of _t
by malc
· 15 years ago
bc578fe
winwave: make error logging more consistent
by malc
· 15 years ago
2a117d4
winwave: follow the rules when closing the output device
by malc
· 15 years ago
1a4ea1e
qemu: allow pulseaudio to be the default
by Michael S. Tsirkin
· 15 years ago
6165a42
winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE
by malc
· 15 years ago
875ef64
winwave: close event handle and delete wait object after closing HWAVEOUT
by malc
· 15 years ago
f4e8d0b
winwave: remove wait object when finalizing DAC voice
by malc
· 15 years ago
e0bda36
winwave: poll mode
by malc
· 15 years ago
d563163
Windows Waveform Audio driver (no ADC support yet)
by malc
· 15 years ago
a628b86
oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)
by malc
· 15 years ago
de2ca4f
alsa: Change default buffer/period size
by malc
· 15 years ago
301901b
oss/alsa: Do not invoke UB described in 7.15.1.1
by malc
· 15 years ago
4839abe
sdlaudio: make it suck less
by malc
· 15 years ago
155a8ad
audio: use correct email address
by malc
· 16 years ago
bdff253
audio: internal API change
by malc
· 16 years ago
3fd7f63
sdlaudio: use correct function names in sdl_XXX calls
by malc
· 16 years ago
9d16897
oss: use audio_pcm_hw_clip_out
by malc
· 16 years ago
541ba4e
alsa: use audio_pcm_hw_clip_out
by malc
· 16 years ago
ddabec7
audio: introduce audio_pcm_hw_clip_out helper function
by malc
· 16 years ago
4f4cc0e
audio: use muldiv64 where it makes sense
by malc
· 16 years ago
68f6dc7
coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cdce138
by malc
· 16 years ago
b4f763b
alsa: Use proper value when testing returned events in alsa_poll_handler
by malc
· 16 years ago
6ebfda1
alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle
by malc
· 16 years ago
0a90e34
audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
by Jan Kiszka
· 16 years ago
54762b7
oss: Simplify mmap code
by malc
· 16 years ago
0b3652b
oss: OSS v4 support
by malc
· 16 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 16 years ago
057fa65
audio: remove lsbindex/popcount in favour of host-utils's ctz32
by malc
· 16 years ago
8b438ba
alsa: poll mode handling
by malc
· 16 years ago
dd8a564
oss: poll mode handling
by malc
· 16 years ago
713a98f
audio: poll mode infrastructure
by malc
· 16 years ago
2182349
oss: Unbreak mmaping the ability to mmap oss fd on Linux
by malc
· 16 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 16 years ago
3c854e4
Remove bit-rotten threshold handling
by malc
· 16 years ago
f9c7b77
Fix warning on x86_64
by Kirill A. Shutemov
· 16 years ago
15c875a
Fix dsound typos
by Consul
· 16 years ago
197bc21
Fix typo
by malc
· 16 years ago
98f9f48
Aesthetics
by malc
· 16 years ago
1a40d5e
use C99 initializers for all audio/*
by Juan Quintela
· 16 years ago
1dd3e4d
use C99 initializers for audio_pcm_ops
by Juan Quintela
· 16 years ago
2700efa
Use C99 initializers for audio_option
by Juan Quintela
· 16 years ago
bee37f3
Use proper struct initializers and remove INIT_FIELD() macro
by Juan Quintela
· 16 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 16 years ago
8663582
alsa: add host suspend/resume support
by Bjørn Mork
· 16 years ago
2358a49
Generate config-host.h from config-host.mak
by Juan Quintela
· 16 years ago
e2542fe
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
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
2637872
Ignore -Waddress for alsaaudio.c
by malc
· 16 years ago
5d92886
fix qemu_alloc/qemu_free for audio subsystem
by Jean-Christophe Dubois
· 16 years ago
97f155d
alsa: fix warning
by Gerd Hoffmann
· 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
140f8f2
Remove redundant #define
by Consul
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 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
832e907
Fix NAME2/FIELD2 warnings
by malc
· 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
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
1b52da5
Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)
by blueswir1
· 16 years ago
9b4c14c
Fix undefined pthread_sigmask warning on OpenBSD
by blueswir1
· 16 years ago
35f4b58
Prepare for changing audio_pcm_ops dynamically (partially revert r5422)
by blueswir1
· 16 years ago
295e390
Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes
by blueswir1
· 16 years ago
8869def
Make audio_pcm_opsstatic const
by blueswir1
· 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
· 17 years ago
ac700bc
Fix more bugs in r5044
by blueswir1
· 17 years ago
363a37d
Fix OpenBSD linker warnings
by blueswir1
· 17 years ago
ccf21c3
Move audio/sys-queue.h => sys-queue.h
by aliguori
· 17 years ago
23cde8b
Update sys-queue.h (Gerd Hoffmann)
by aliguori
· 17 years ago
adf7d8f
Restore old value of buffer_size
by malc
· 17 years ago
6433389
Warn about rejected buffer/period size/time when it was specified by the user
by malc
· 17 years ago
a7bb29b
Call proper function when trying to set period size
by malc
· 17 years ago
23fb600
Fix typo
by malc
· 17 years ago
b8e59f1
Pulseaudio driver
by malc
· 17 years ago
902e2b5
Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call
by malc
· 17 years ago
0c58ac1
Change the way audio is configured
by malc
· 17 years ago
8ff9cbf
Make mixer emulation a configure option (Jan Kiszka)
by malc
· 17 years ago
d50997f
Add missing [SU]32
by malc
· 17 years ago
f3b5298
Emit warning message if user supplied buffer/period size/time was rejected
by malc
· 17 years ago
7a24c80
Rework period/buffer size setting
by malc
· 17 years ago
29ddf27
Check the returned audio_buf_info fields
by malc
· 17 years ago
683efdc
First cut at WM8750 volume control (Jan Kiszka).
by balrog
· 17 years ago
deb9d2e
Audio endianness and mutex usage fixes (malc.git).
by balrog
· 17 years ago
b60aee0
Typo fix
by aurel32
· 17 years ago
41a00ab
Remove remaining .cvsignore files
by aurel32
· 17 years ago
26463db
Miscellaneous fixes after recent audio additions (malc).
by balrog
· 17 years ago
a8981dd
Make dsound compile again (patch by malc, spotted by C.W. Betts).
by balrog
· 17 years ago
ca9cc28
pthreads-based audio and miscellaneous audio clean-up (malc).
by balrog
· 17 years ago
Next »