aboutsummaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)Author
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
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-07-16audio: Unbreak capturing in mixemu casemalc
2012-05-24audio: Always call fini on exitJan Kiszka
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau
2012-02-25audio: Add some fall through commentsStefan Weil
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2010-11-18audio: Only use audio timer when necessarymalc
2010-11-09spice: add audioGerd Hoffmann
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-01-17audio: include more information into audio_bug's outputmalc
2009-12-03audio: port to vmstateJuan Quintela
2009-09-18audio: use correct email addressmalc
2009-09-18audio: internal API changemalc
2009-09-18audio: introduce audio_pcm_hw_clip_out helper functionmalc
2009-09-18audio: use muldiv64 where it makes sensemalc
2009-09-13audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc