aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-08-03swapped memset args (Charles Coffing)bellard1-2/+2
2006-07-18audio capture fixes (malc)bellard1-0/+5
2006-07-16audio capture to wab files (malc)bellard1-50/+122
2006-07-04audio endianness API changes (malc)bellard1-22/+24
2006-07-04audio fixes + initial audio capture support (malc)bellard1-8/+319
2006-06-25C99 64 bit printfbellard1-2/+2
2005-11-20audio merge (malc)bellard1-287/+61
2005-11-11VM state change support (malc)bellard1-41/+43
2005-11-05audio merge (malc)bellard1-250/+300
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-553/+1297
2004-12-06audio fixes (malc)bellard1-2/+3
2004-11-14FMOD configure options (malc)bellard1-2/+1
2004-11-11audio fixes (malc)bellard1-2/+2
2004-11-09audio clean up (initial patch by malc)bellard1-55/+31
2004-11-07audio merge (malc)bellard1-0/+935