summaryrefslogtreecommitdiff
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock2010-04-251-4/+26
* oss: fix fragment settingmalc2010-04-251-13/+16
* oss: issue OSS_GETVERSION ioctl only when neededmalc2010-04-251-17/+17
* oss: refactor code around policy settingmalc2010-04-251-12/+8
* oss: workaround for cases when OSS_GETVERSION is not definedmalc2010-04-251-1/+12
* audio: port to vmstateJuan Quintela2009-12-031-17/+9
* audio: fix compilation of DEBUG_PLIVEJuan Quintela2009-12-031-3/+3
* audio: Remove conditional around sw which can not be NULLmalc2009-11-181-17/+15
* winwave: ADC supportmalc2009-10-151-24/+336
* audio: remove last remnants of _tmalc2009-10-153-5/+5
* winwave: make error logging more consistentmalc2009-10-151-6/+7
* winwave: follow the rules when closing the output devicemalc2009-10-151-0/+19
* qemu: allow pulseaudio to be the defaultMichael S. Tsirkin2009-10-131-1/+1
* winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLEmalc2009-10-111-0/+18
* winwave: close event handle and delete wait object after closing HWAVEOUTmalc2009-10-111-2/+2
* winwave: remove wait object when finalizing DAC voicemalc2009-10-111-13/+14
* winwave: poll modemalc2009-10-101-0/+61
* Windows Waveform Audio driver (no ADC support yet)malc2009-10-105-95/+433
* oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc2009-10-032-21/+27
* alsa: Change default buffer/period sizemalc2009-10-021-1/+2
* oss/alsa: Do not invoke UB described in 7.15.1.1malc2009-10-022-33/+39
* 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