aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-27Generate config-host.h from config-host.makJuan Quintela1-1/+6
2009-07-24Fix period initializationmalc1-1/+1
2009-07-22use struct initializer for audio.cJuan Quintela1-26/+26
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-38/+33
2009-05-12Make AUD_init failure fatalPaul Brook1-24/+20
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-3/+3
2009-02-18Avoid running audio ctl's when vm is not runningmalc1-2/+9
2009-02-05audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-15/+8
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori1-1/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+4
2008-12-03Make audio violate POSIX lessmalc1-13/+13
2008-11-16Attached patch fixes a series of this warningblueswir11-2/+2
2008-11-12Rename hz to hertz to keep AIX happymalc1-6/+6
2008-11-04Set default audio timer period to a sane value (otherwise qemu becomes unusab...malc1-1/+1
2008-09-28Fix more r5087 breakagemalc1-4/+1
2008-08-27Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)blueswir11-1/+1
2008-08-25Fix more bugs in r5044blueswir11-1/+1
2008-08-21Fix OpenBSD linker warningsblueswir11-7/+11
2008-06-25Change the way audio is configuredmalc1-21/+1
2008-06-22Add missing [SU]32malc1-0/+6
2008-05-04First cut at WM8750 volume control (Jan Kiszka).balrog1-2/+20
2008-04-07Typo fixaurel321-1/+1
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-1/+4
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+3
2007-11-17Break up vl.h.pbrook1-1/+5
2007-07-12Spelling fix, by Stuart Brady.ths1-4/+4
2007-02-17Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths1-16/+94