summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-294-9/+8
* all: Clean up includesPeter Maydell2019-11-291-1/+0
* audio: Clean up includesPeter Maydell2019-11-2914-3/+14
* audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster2019-11-291-9/+2
* audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIsPeter Maydell2019-11-291-9/+15
* audio/coreaudio.c: Use new-in-OSX-10.6 APIs when availablePeter Maydell2019-11-291-1/+106
* audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetPropertyPeter Maydell2019-11-291-47/+94
* audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voicePeter Maydell2019-11-291-0/+27
* audio/coreaudio.c: Factor out use of AudioHardwareGetPropertyPeter Maydell2019-11-291-6/+11
* ossaudio: fix memory leakGonglei2015-07-081-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-222-0/+2
* ossaudio: use trace events instead of debug config flagKővágó, Zoltán2015-06-151-21/+4
* alsaaudio: use trace events instead of verboseKővágó, Zoltán2015-06-151-46/+14
* dsoundaudio: remove primary bufferKővágó, Zoltán2015-06-151-104/+0
* dsoundaudio: remove *_retries kludgesKővágó, Zoltán2015-06-152-83/+20
* audio: remove pliveKővágó, Zoltán2015-06-152-53/+0
* audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán2015-06-151-20/+3
* sdlaudio: do not allow multiple instancesKővágó, Zoltán2015-06-151-0/+7
* coreaudio: do not use global variables where possibleKővágó, Zoltán2015-06-151-19/+24
* dsoundaudio: do not use global variablesKővágó, Zoltán2015-06-152-50/+74
* paaudio: fix possible resource leakKővágó, Zoltán2015-06-151-1/+5
* wavaudio: do not use global variablesKővágó, Zoltán2015-06-151-16/+21
* ossaudio: do not use global variablesKővágó, Zoltán2015-06-151-49/+61
* alsaaudio: do not use global variablesKővágó, Zoltán2015-06-151-68/+82
* paaudio: do not use global variablesKővágó, Zoltán2015-06-151-46/+52
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-1511-20/+27
* audio: remove winwave audio driverKővágó, Zoltán2015-06-153-719/+0
* audio: remove fmod backendKővágó, Zoltán2015-06-153-688/+0
* audio: remove esd backendKővágó, Zoltán2015-06-153-559/+0
* oss: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-6/+8
* alsaaudio: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-14/+2
* audio: Don't free hw resources until after hw backend is stoppedPeter Maydell2014-12-221-1/+1
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-133-23/+10
* audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan2014-05-262-3/+2
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev2014-05-081-1/+1
* Add the ability to vary Spice playback and record rates, to facilitate Opus s...Jeremy White2014-02-031-2/+25
* audio: adjust pulse to 100Hz wakeup rateGerd Hoffmann2013-12-091-4/+4
* audio: Lower default wakeup rate to 100 times / secondHans de Goede2013-12-091-1/+1
* ossaudio: check for oss support in oss_audio_initGerd Hoffmann2013-11-071-0/+4
* Revert "ossaudio: do not enable by default"Gerd Hoffmann2013-11-071-1/+1
* ossaudio: do not enable by defaultAnthony Liguori2013-11-051-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-10-311-2/+2
|\
| * audio/mixeng_template.h: fix inline declarationAlex Bligh2013-10-261-2/+2
* | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede2013-10-231-1/+2
|/
* audio: remove CONFIG_MIXEMU configure optionBandan Das2013-09-241-6/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-224-8/+8
* audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil2013-06-211-28/+3
* Remove OSS support for OpenBSDBrad Smith2013-05-261-4/+0
OpenPOWER on IntegriCloud