aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Remove any pretense that there can be more than one AudioStatemalc2009-05-145-80/+68
* Make AUD_init failure fatalPaul Brook2009-05-121-24/+20
* Remove redundant #defineConsul2009-05-011-1/+0
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-052-13/+14
* Avoid running audio ctl's when vm is not runningmalc2009-02-182-2/+10
* audio: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-052-20/+8
* Fix NAME2/FIELD2 warningsmalc2009-01-221-0/+2
* Rework vm_state_change notifiers (Jan Kiszka)aliguori2009-01-221-1/+2
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-222-6/+6
* Make audio violate POSIX lessmalc2008-12-0320-119/+123
* 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 undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir12008-10-261-1/+1
* Fix undefined pthread_sigmask warning on OpenBSDblueswir12008-10-251-0/+2
* Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir12008-10-0611-13/+13
* Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir12008-10-051-0/+3
* Make audio_pcm_opsstatic constblueswir12008-10-0511-14/+14
* 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
* Move audio/sys-queue.h => sys-queue.haliguori2008-07-291-338/+0
* Update sys-queue.h (Gerd Hoffmann)aliguori2008-07-291-241/+338
* Restore old value of buffer_sizemalc2008-07-091-0/+1
* Warn about rejected buffer/period size/time when it was specified by the usermalc2008-07-091-2/+7
* Call proper function when trying to set period sizemalc2008-07-091-2/+4
* Fix typomalc2008-07-031-1/+1
* Pulseaudio drivermalc2008-07-022-0/+516
* Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc2008-07-021-1/+1
* Change the way audio is configuredmalc2008-06-251-21/+1
* Make mixer emulation a configure option (Jan Kiszka)malc2008-06-232-7/+5
* Add missing [SU]32malc2008-06-221-0/+6
* Emit warning message if user supplied buffer/period size/time was rejectedmalc2008-06-211-0/+16
* Rework period/buffer size settingmalc2008-06-211-138/+52
* Check the returned audio_buf_info fieldsmalc2008-06-081-0/+6
* First cut at WM8750 volume control (Jan Kiszka).balrog2008-05-042-2/+23
* Audio endianness and mutex usage fixes (malc.git).balrog2008-05-021-5/+10
* Typo fixaurel322008-04-071-1/+1
* Remove remaining .cvsignore filesaurel322008-04-031-1/+0
* Miscellaneous fixes after recent audio additions (malc).balrog2008-01-171-1/+1
* Make dsound compile again (patch by malc, spotted by C.W. Betts).balrog2008-01-141-1/+1
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-1410-52/+837
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+2
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-3/+4
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+3
* Remove stray uses of vl.h.pbrook2007-11-174-4/+8
* Break up vl.h.pbrook2007-11-178-8/+20