summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* sdlaudio: make it suck lessmalc2009-09-301-50/+30
* audio: use correct email addressmalc2009-09-182-2/+2
* audio: internal API changemalc2009-09-1812-81/+33
* sdlaudio: use correct function names in sdl_XXX callsmalc2009-09-181-3/+3
* oss: use audio_pcm_hw_clip_outmalc2009-09-181-47/+46
* alsa: use audio_pcm_hw_clip_outmalc2009-09-181-45/+43
* audio: introduce audio_pcm_hw_clip_out helper functionmalc2009-09-182-0/+25
* audio: use muldiv64 where it makes sensemalc2009-09-184-5/+8
* coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...malc2009-09-181-1/+1
* alsa: Use proper value when testing returned events in alsa_poll_handlermalc2009-09-141-4/+6
* alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2009-09-142-27/+32
* audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka2009-09-131-1/+1
* oss: Simplify mmap codemalc2009-09-131-22/+5
* oss: OSS v4 supportmalc2009-09-131-9/+50
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-124-43/+43
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-123-21/+2
* alsa: poll mode handlingmalc2009-09-121-21/+204
* oss: poll mode handlingmalc2009-09-121-5/+74
* audio: poll mode infrastructuremalc2009-09-122-11/+87
* oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc2009-09-121-1/+4
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-113-4/+4
* Remove bit-rotten threshold handlingmalc2009-09-101-13/+2
* 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
OpenPOWER on IntegriCloud