aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ossaudio.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-2/+1
2011-01-09ossaudio: add endianness support for VoiceInMichael Walle1-5/+15
2010-01-13Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock1-4/+26
2010-01-09oss: fix fragment settingmalc1-13/+16
2010-01-09oss: issue OSS_GETVERSION ioctl only when neededmalc1-17/+17
2010-01-09oss: refactor code around policy settingmalc1-12/+8
2010-01-08oss: workaround for cases when OSS_GETVERSION is not definedmalc1-1/+12
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc1-9/+12
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc1-22/+25
2009-09-18audio: use correct email addressmalc1-1/+1
2009-09-18audio: internal API changemalc1-7/+2
2009-09-18oss: use audio_pcm_hw_clip_outmalc1-47/+46
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc1-2/+4
2009-09-13oss: Simplify mmap codemalc1-22/+5
2009-09-13oss: OSS v4 supportmalc1-9/+50
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc1-1/+2
2009-09-12oss: poll mode handlingmalc1-5/+74
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc1-1/+4
2009-08-11Aestheticsmalc1-28/+38
2009-08-11use C99 initializers for all audio/*Juan Quintela1-2/+4
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela1-11/+11
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-13/+25
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela1-11/+11
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl1-1/+1
2008-12-03Make audio violate POSIX lessmalc1-5/+5
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir11-1/+1
2008-10-05Make audio_pcm_opsstatic constblueswir11-1/+1
2008-07-02Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc1-1/+1
2008-06-08Check the returned audio_buf_info fieldsmalc1-0/+6
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+2
2007-04-02audio/ossaudio.c for OpenBSD, by Todd T. Fries.ths1-0/+5
2006-07-04audio endianness API changes (malc)bellard1-10/+4
2006-07-04audio fixes + initial audio capture support (malc)bellard1-7/+19
2005-11-20audio merge (malc)bellard1-2/+6
2005-11-11debug msg (malc)bellard1-5/+8
2005-11-05audio merge (malc)bellard1-37/+71
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-171/+417
2005-07-24open OSS audio device as write only (malc)bellard1-1/+1
2004-11-14mmap audio fix (malc)bellard1-15/+16
2004-11-11audio fixes (malc)bellard1-4/+1
2004-11-09audio clean up (initial patch by malc)bellard1-10/+21
2004-11-07audio merge (malc)bellard1-0/+466