summaryrefslogtreecommitdiffstats
path: root/audio/audio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename hz to hertz to keep AIX happymalc2008-11-121-6/+6
* Set default audio timer period to a sane value (otherwise qemu becomes unusab...malc2008-11-041-1/+1
* Fix more r5087 breakagemalc2008-09-281-4/+1
* Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)blueswir12008-08-271-1/+1
* Fix more bugs in r5044blueswir12008-08-251-1/+1
* Fix OpenBSD linker warningsblueswir12008-08-211-7/+11
* Change the way audio is configuredmalc2008-06-251-21/+1
* Add missing [SU]32malc2008-06-221-0/+6
* First cut at WM8750 volume control (Jan Kiszka).balrog2008-05-041-2/+20
* Typo fixaurel322008-04-071-1/+1
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-1/+4
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+3
* Break up vl.h.pbrook2007-11-171-1/+5
* Spelling fix, by Stuart Brady.ths2007-07-121-4/+4
OpenPOWER on IntegriCloud