aboutsummaryrefslogtreecommitdiffstats
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2009-10-15winwave: ADC supportmalc1-24/+336
2009-10-15audio: remove last remnants of _tmalc3-5/+5
2009-10-15winwave: make error logging more consistentmalc1-6/+7
2009-10-15winwave: follow the rules when closing the output devicemalc1-0/+19
2009-10-13qemu: allow pulseaudio to be the defaultMichael S. Tsirkin1-1/+1
2009-10-11winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLEmalc1-0/+18
2009-10-11winwave: close event handle and delete wait object after closing HWAVEOUTmalc1-2/+2
2009-10-11winwave: remove wait object when finalizing DAC voicemalc1-13/+14
2009-10-10winwave: poll modemalc1-0/+61
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc5-95/+433
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc2-21/+27
2009-10-02alsa: Change default buffer/period sizemalc1-1/+2
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc2-33/+39
2009-09-30sdlaudio: make it suck lessmalc1-50/+30
2009-09-18audio: use correct email addressmalc2-2/+2
2009-09-18audio: internal API changemalc12-81/+33
2009-09-18sdlaudio: use correct function names in sdl_XXX callsmalc1-3/+3
2009-09-18oss: use audio_pcm_hw_clip_outmalc1-47/+46
2009-09-18alsa: use audio_pcm_hw_clip_outmalc1-45/+43
2009-09-18audio: introduce audio_pcm_hw_clip_out helper functionmalc2-0/+25
2009-09-18audio: use muldiv64 where it makes sensemalc4-5/+8
2009-09-18coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...malc1-1/+1
2009-09-14alsa: Use proper value when testing returned events in alsa_poll_handlermalc1-4/+6
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2-27/+32
2009-09-13audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka1-1/+1
2009-09-13oss: Simplify mmap codemalc1-22/+5
2009-09-13oss: OSS v4 supportmalc1-9/+50
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl4-43/+43
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc3-21/+2
2009-09-12alsa: poll mode handlingmalc1-21/+204
2009-09-12oss: poll mode handlingmalc1-5/+74
2009-09-12audio: poll mode infrastructuremalc2-11/+87
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc1-1/+4
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela3-4/+4
2009-09-10Remove bit-rotten threshold handlingmalc1-13/+2
2009-09-02Fix warning on x86_64Kirill A. Shutemov1-2/+2
2009-08-26Fix dsound typosConsul1-3/+3
2009-08-12Fix typomalc1-1/+1
2009-08-11Aestheticsmalc10-288/+394
2009-08-11use C99 initializers for all audio/*Juan Quintela8-53/+56
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela10-109/+92
2009-08-11Use C99 initializers for audio_optionJuan Quintela10-168/+258
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela11-116/+110
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2-2/+2
2009-07-30alsa: add host suspend/resume supportBjørn Mork1-2/+47
2009-07-27Generate config-host.h from config-host.makJuan Quintela1-1/+6
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-07-24Fix period initializationmalc1-1/+1
2009-07-22use struct initializer for audio.cJuan Quintela1-26/+26
2009-07-17Ignore -Waddress for alsaaudio.cmalc1-0/+4