aboutsummaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)Author
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
2009-09-12audio: poll mode infrastructuremalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-12Fix typomalc
2009-08-11Aestheticsmalc
2009-08-11Use C99 initializers for audio_optionJuan Quintela
2009-07-27Generate config-host.h from config-host.makJuan Quintela
2009-07-24Fix period initializationmalc
2009-07-22use struct initializer for audio.cJuan Quintela
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Make AUD_init failure fatalPaul Brook
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-18Avoid running audio ctl's when vm is not runningmalc
2009-02-05audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc