summaryrefslogtreecommitdiffstats
path: root/audio/audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: error message tweakGerd Hoffmann2019-01-241-5/+7
* audio: add audio timer trace pointsGerd Hoffmann2018-07-031-3/+25
* audio: Convert use of atoi to qemu_strtoiNia Alarie2018-06-251-2/+1Star
* audio: add module loading supportGerd Hoffmann2018-03-121-0/+20
* audio: add driver registryGerd Hoffmann2018-03-121-26/+37
* audio: Replace AUDIO_FUNC with __func__Alistair Francis2018-02-061-20/+20
* audio: release capture buffersGerd Hoffmann2017-05-041-0/+2
* audio: make audio poll timer deterministicPavel Dovgalyuk2017-03-011-1/+1
* replay: add record/replay for audio passthroughPavel Dovgalyuk2017-03-011-2/+7
* audio: clean up before monitor clean upMarc-André Lureau2016-08-081-8/+18
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-8/+2Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+1Star
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster2016-01-131-9/+2Star
* audio: remove pliveKővágó, Zoltán2015-06-151-12/+0Star
* audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán2015-06-151-20/+3Star
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1Star
* audio: Lower default wakeup rate to 100 times / secondHans de Goede2013-12-091-1/+1
* audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede2013-10-231-1/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil2013-01-161-2/+3
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* audio: Unbreak capturing in mixemu casemalc2012-07-161-0/+1
* audio: Always call fini on exitJan Kiszka2012-05-241-4/+8
* audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau2012-04-171-2/+7
* audio: add VOICE_VOLUME ctlMarc-André Lureau2012-04-171-0/+12
* audio: Add some fall through commentsStefan Weil2012-02-251-0/+3
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-15/+15
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* audio: split sample conversion and volume mixingMichael Walle2011-01-121-5/+6
* audio: Only use audio timer when necessarymalc2010-11-181-14/+10Star
* spice: add audioGerd Hoffmann2010-11-091-0/+3
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster2010-03-161-2/+2
* audio: include more information into audio_bug's outputmalc2010-01-171-0/+9
* audio: port to vmstateJuan Quintela2009-12-031-17/+9Star
* audio: use correct email addressmalc2009-09-181-1/+1
* audio: internal API changemalc2009-09-181-22/+11Star
* audio: introduce audio_pcm_hw_clip_out helper functionmalc2009-09-181-0/+22
* audio: use muldiv64 where it makes sensemalc2009-09-181-1/+2
* audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka2009-09-131-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-19/+19
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-17/+0Star
* audio: poll mode infrastructuremalc2009-09-121-11/+83
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1