summaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12audio: add module loading supportGerd Hoffmann1-0/+20
2018-03-12audio: add driver registryGerd Hoffmann1-26/+37
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-20/+20
2017-05-04audio: release capture buffersGerd Hoffmann1-0/+2
2017-03-01audio: make audio poll timer deterministicPavel Dovgalyuk1-1/+1
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk1-2/+7
2016-08-08audio: clean up before monitor clean upMarc-André Lureau1-8/+18
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-8/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+1
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2016-01-13audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster1-9/+2
2015-06-15audio: remove pliveKővágó, Zoltán1-12/+0
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán1-20/+3
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-12-09audio: Lower default wakeup rate to 100 times / secondHans de Goede1-1/+1
2013-10-23audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede1-1/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil1-2/+3
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-07-16audio: Unbreak capturing in mixemu casemalc1-0/+1
2012-05-24audio: Always call fini on exitJan Kiszka1-4/+8
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau1-2/+7
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau1-0/+12
2012-02-25audio: Add some fall through commentsStefan Weil1-0/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-15/+15
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-5/+6
2010-11-18audio: Only use audio timer when necessarymalc1-14/+10
2010-11-09spice: add audioGerd Hoffmann1-0/+3
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-2/+2
2010-01-17audio: include more information into audio_bug's outputmalc1-0/+9
2009-12-03audio: port to vmstateJuan Quintela1-17/+9
2009-09-18audio: use correct email addressmalc1-1/+1
2009-09-18audio: internal API changemalc1-22/+11
2009-09-18audio: introduce audio_pcm_hw_clip_out helper functionmalc1-0/+22
2009-09-18audio: use muldiv64 where it makes sensemalc1-1/+2
2009-09-13audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-19/+19
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc1-17/+0
2009-09-12audio: poll mode infrastructuremalc1-11/+83
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+1
2009-08-12Fix typomalc1-1/+1
2009-08-11Aestheticsmalc1-52/+78
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-40/+53