aboutsummaryrefslogtreecommitdiff
path: root/audio/ossaudio.c
AgeCommit message (Expand)Author
2016-02-02audio: Clean up includesPeter Maydell
2015-07-08ossaudio: fix memory leakGonglei
2015-06-15ossaudio: use trace events instead of debug config flagKővágó, Zoltán
2015-06-15ossaudio: do not use global variablesKővágó, Zoltán
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2015-06-12oss: Remove unused error handling of qemu_set_fd_handlerFam Zheng
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster
2013-11-07ossaudio: check for oss support in oss_audio_initGerd Hoffmann
2013-11-07Revert "ossaudio: do not enable by default"Gerd Hoffmann
2013-11-05ossaudio: do not enable by defaultAnthony Liguori
2013-05-26Remove OSS support for OpenBSDBrad Smith
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2011-01-09ossaudio: add endianness support for VoiceInMichael Walle
2010-01-13Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock
2010-01-09oss: fix fragment settingmalc
2010-01-09oss: issue OSS_GETVERSION ioctl only when neededmalc
2010-01-09oss: refactor code around policy settingmalc
2010-01-08oss: workaround for cases when OSS_GETVERSION is not definedmalc
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc
2009-09-18audio: use correct email addressmalc
2009-09-18audio: internal API changemalc
2009-09-18oss: use audio_pcm_hw_clip_outmalc
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc
2009-09-13oss: Simplify mmap codemalc
2009-09-13oss: OSS v4 supportmalc
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc
2009-09-12oss: poll mode handlingmalc
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc
2009-08-11Aestheticsmalc
2009-08-11use C99 initializers for all audio/*Juan Quintela
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela
2009-08-11Use C99 initializers for audio_optionJuan Quintela
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2008-12-03Make audio violate POSIX lessmalc
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir1
2008-10-05Make audio_pcm_opsstatic constblueswir1
2008-07-02Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc
2008-06-08Check the returned audio_buf_info fieldsmalc
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog
2007-11-17Break up vl.h.pbrook
2007-04-02audio/ossaudio.c for OpenBSD, by Todd T. Fries.ths
2006-07-04audio endianness API changes (malc)bellard
2006-07-04audio fixes + initial audio capture support (malc)bellard
2005-11-20audio merge (malc)bellard