aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix warning on x86_64Kirill A. Shutemov2009-09-021-2/+2
* Fix dsound typosConsul2009-08-261-3/+3
* Fix typomalc2009-08-121-1/+1
* Aestheticsmalc2009-08-1110-288/+394
* use C99 initializers for all audio/*Juan Quintela2009-08-118-53/+56
* use C99 initializers for audio_pcm_opsJuan Quintela2009-08-1110-109/+92
* Use C99 initializers for audio_optionJuan Quintela2009-08-1110-168/+258
* Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela2009-08-1111-116/+110
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-312-2/+2
* alsa: add host suspend/resume supportBjørn Mork2009-07-301-2/+47
* Generate config-host.h from config-host.makJuan Quintela2009-07-271-1/+6
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Fix period initializationmalc2009-07-241-1/+1
* use struct initializer for audio.cJuan Quintela2009-07-221-26/+26
* Ignore -Waddress for alsaaudio.cmalc2009-07-171-0/+4
* fix qemu_alloc/qemu_free for audio subsystemJean-Christophe Dubois2009-06-191-2/+2
* alsa: fix warningGerd Hoffmann2009-06-181-4/+6
* 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