summaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)Author
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán
2019-08-21audio: fix memory leak reported by ASANKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-21audio: audiodev= parameters no longer optional when -audiodev presentKővágó, Zoltán
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán
2019-08-21audio: Add missing fall through commentsStefan Weil
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-04-02audio: fix audio timer rate conversion bugVolker Rümelin
2019-03-11audio: -audiodev command line option: cleanupKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-02-28audio: Do not check for audio_calloc failureFrediano Ziglio
2019-02-28audio: Use g_strdup_printf instead of manual building a stringFrediano Ziglio
2019-01-24audio: error message tweakGerd Hoffmann
2018-07-03audio: add audio timer trace pointsGerd Hoffmann
2018-06-25audio: Convert use of atoi to qemu_strtoiNia Alarie
2018-03-12audio: add module loading supportGerd Hoffmann
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2017-05-04audio: release capture buffersGerd Hoffmann
2017-03-01audio: make audio poll timer deterministicPavel Dovgalyuk
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk
2016-08-08audio: clean up before monitor clean upMarc-André Lureau
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-02audio: Clean up includesPeter Maydell
2016-01-13audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster
2015-06-15audio: remove pliveKővágó, Zoltán
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-12-09audio: Lower default wakeup rate to 100 times / secondHans de Goede
2013-10-23audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini