summaryrefslogtreecommitdiffstats
path: root/audio/audio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: remove pliveKővágó, Zoltán2015-06-151-12/+0
* audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán2015-06-151-20/+3
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* 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-201-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/+10
* 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/+9
* audio: use correct email addressmalc2009-09-181-1/+1
* audio: internal API changemalc2009-09-181-22/+11
* 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/+0
* audio: poll mode infrastructuremalc2009-09-121-11/+83
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* Fix typomalc2009-08-121-1/+1
* Aestheticsmalc2009-08-111-52/+78
* Use C99 initializers for audio_optionJuan Quintela2009-08-111-40/+53
* Generate config-host.h from config-host.makJuan Quintela2009-07-271-1/+6
* Fix period initializationmalc2009-07-241-1/+1
* use struct initializer for audio.cJuan Quintela2009-07-221-26/+26
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-38/+33
* Make AUD_init failure fatalPaul Brook2009-05-121-24/+20
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-3/+3
* Avoid running audio ctl's when vm is not runningmalc2009-02-181-2/+9
* audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-15/+8
* Rework vm_state_change notifiers (Jan Kiszka)aliguori2009-01-221-1/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-4/+4
* Make audio violate POSIX lessmalc2008-12-031-13/+13
* Attached patch fixes a series of this warningblueswir12008-11-161-2/+2
OpenPOWER on IntegriCloud