mirror_qemu/audio
Kővágó, Zoltán 71830221fb audio: -audiodev command line option basic implementation
Audio drivers now get an Audiodev * as config paramters, instead of the
global audio_option structs.  There is some code in audio/audio_legacy.c
that converts the old environment variables to audiodev options (this
way backends do not have to worry about legacy options).  It also
contains a replacement of -audio-help, which prints out the equivalent
-audiodev based config of the currently specified environment variables.

Note that backends are not updated and still rely on environment
variables.

Also note that (due to moving try-poll from global to backend specific
option) currently ALSA and OSS will always try poll mode, regardless of
environment variables or -audiodev options.

Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Message-id: e99a7cbdac0d13512743880660b2032024703e4c.1552083282.git.DirtY.iCE.hu@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2019-03-11 10:29:27 +01:00
..
Makefile.objs audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
alsaaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio.h audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio_int.h audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio_legacy.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio_pt_int.c audio: Replace AUDIO_FUNC with __func__ 2018-02-06 18:26:42 +01:00
audio_pt_int.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
audio_template.h audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
audio_win_int.c audio: use qapi AudioFormat instead of audfmt_e 2019-03-11 10:29:26 +01:00
audio_win_int.h Windows Waveform Audio driver (no ADC support yet) 2009-10-10 01:18:24 +04:00
coreaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
dsound_template.h dsoundaudio: remove *_retries kludges 2015-06-15 12:42:48 +02:00
dsoundaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
mixeng.c audio: Replace AUDIO_FUNC with __func__ 2018-02-06 18:26:42 +01:00
mixeng.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
mixeng_template.h audio/mixeng_template.h: fix inline declaration 2013-10-26 13:09:34 +04:00
noaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
ossaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
paaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
rate_template.h audio: st_rate_flow exist a infinite loop 2017-07-17 11:08:59 +02:00
sdlaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
spiceaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
trace-events audio: add audio timer trace points 2018-07-03 11:46:47 +02:00
wavaudio.c audio: -audiodev command line option basic implementation 2019-03-11 10:29:27 +01:00
wavcapture.c audio: use qapi AudioFormat instead of audfmt_e 2019-03-11 10:29:26 +01:00