qemu/audio
Kővágó, Zoltán 6dd35fd81e dsoundaudio: remove primary buffer
Enabling this option just creates a playback buffer with the specified settings,
and then ignores it. It's probably some outdated hack to set audio formats on
windows. (The first created stream dictates all other streams settings, at least
on some Windows versions). Setting DAC_FIXED_SETTINGS should have the same
effect as setting (the now removed) primary buffer.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2015-06-15 12:42:48 +02:00
..
alsaaudio.c alsaaudio: do not use global variables 2015-06-15 12:42:47 +02:00
audio.c audio: remove plive 2015-06-15 12:42:48 +02:00
audio.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
audio_int.h audio: expose drv_opaque to init_out and init_in 2015-06-15 12:42:47 +02:00
audio_pt_int.c Revert "audio/audio_pt_int: Clarify licensing" 2012-11-30 09:04:08 -06:00
audio_pt_int.h pthreads-based audio and miscellaneous audio clean-up (malc). 2008-01-14 04:24:29 +00:00
audio_template.h audio: remove plive 2015-06-15 12:42:48 +02:00
audio_win_int.c remove some double-includes 2013-05-18 16:35:12 +04:00
audio_win_int.h Windows Waveform Audio driver (no ADC support yet) 2009-10-10 01:18:24 +04:00
coreaudio.c coreaudio: do not use global variables where possible 2015-06-15 12:42:48 +02:00
dsound_template.h dsoundaudio: remove *_retries kludges 2015-06-15 12:42:48 +02:00
dsoundaudio.c dsoundaudio: remove primary buffer 2015-06-15 12:42:48 +02:00
Makefile.objs audio: remove winwave audio driver 2015-06-15 10:50:31 +02:00
mixeng.c audio: remove CONFIG_MIXEMU configure option 2013-09-24 10:29:34 +02:00
mixeng.h audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
mixeng_template.h audio/mixeng_template.h: fix inline declaration 2013-10-26 13:09:34 +04:00
noaudio.c audio: expose drv_opaque to init_out and init_in 2015-06-15 12:42:47 +02:00
ossaudio.c ossaudio: do not use global variables 2015-06-15 12:42:47 +02:00
paaudio.c paaudio: fix possible resource leak 2015-06-15 12:42:48 +02:00
rate_template.h Make audio violate POSIX less 2008-12-03 22:48:44 +00:00
sdlaudio.c sdlaudio: do not allow multiple instances 2015-06-15 12:42:48 +02:00
spiceaudio.c audio: expose drv_opaque to init_out and init_in 2015-06-15 12:42:47 +02:00
wavaudio.c wavaudio: do not use global variables 2015-06-15 12:42:47 +02:00
wavcapture.c audio: replace fprintf(stderr, ...) with error_report() in audio 2014-05-26 10:41:21 +04:00