aboutsummaryrefslogtreecommitdiffstats
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2009-05-14Remove any pretense that there can be more than one AudioStatemalc5-80/+68
2009-05-12Make AUD_init failure fatalPaul Brook1-24/+20
2009-05-01Remove redundant #defineConsul1-1/+0
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori2-13/+14
2009-02-18Avoid running audio ctl's when vm is not runningmalc2-2/+10
2009-02-05audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2-20/+8
2009-01-22Fix NAME2/FIELD2 warningsmalc1-0/+2
2009-01-22Rework vm_state_change notifiers (Jan Kiszka)aliguori1-1/+2
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc2-6/+6
2008-12-03Make audio violate POSIX lessmalc20-119/+123
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-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir11-1/+1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir11-0/+2
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir111-13/+13
2008-10-05Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir11-0/+3
2008-10-05Make audio_pcm_opsstatic constblueswir111-14/+14
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-07-29Move audio/sys-queue.h => sys-queue.haliguori1-338/+0
2008-07-29Update sys-queue.h (Gerd Hoffmann)aliguori1-241/+338
2008-07-09Restore old value of buffer_sizemalc1-0/+1
2008-07-09Warn about rejected buffer/period size/time when it was specified by the usermalc1-2/+7
2008-07-09Call proper function when trying to set period sizemalc1-2/+4
2008-07-03Fix typomalc1-1/+1
2008-07-02Pulseaudio drivermalc2-0/+516
2008-07-02Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc1-1/+1
2008-06-25Change the way audio is configuredmalc1-21/+1
2008-06-23Make mixer emulation a configure option (Jan Kiszka)malc2-7/+5
2008-06-22Add missing [SU]32malc1-0/+6
2008-06-21Emit warning message if user supplied buffer/period size/time was rejectedmalc1-0/+16
2008-06-21Rework period/buffer size settingmalc1-138/+52
2008-06-08Check the returned audio_buf_info fieldsmalc1-0/+6
2008-05-04First cut at WM8750 volume control (Jan Kiszka).balrog2-2/+23
2008-05-02Audio endianness and mutex usage fixes (malc.git).balrog1-5/+10
2008-04-07Typo fixaurel321-1/+1
2008-04-03Remove remaining .cvsignore filesaurel321-1/+0
2008-01-17Miscellaneous fixes after recent audio additions (malc).balrog1-1/+1
2008-01-14Make dsound compile again (patch by malc, spotted by C.W. Betts).balrog1-1/+1
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog10-52/+837
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+2
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+4
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+3
2007-11-17Remove stray uses of vl.h.pbrook4-4/+8
2007-11-17Break up vl.h.pbrook8-8/+20