summaryrefslogtreecommitdiffstats
path: root/audio/ossaudio.c
Commit message (Expand)AuthorAgeFilesLines
* ossaudio: fix memory leakGonglei2015-07-081-0/+1
* ossaudio: use trace events instead of debug config flagKővágó, Zoltán2015-06-151-21/+4
* ossaudio: do not use global variablesKővágó, Zoltán2015-06-151-49/+61
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-151-2/+3
* oss: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-6/+8
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-131-4/+2
* ossaudio: check for oss support in oss_audio_initGerd Hoffmann2013-11-071-0/+4
* Revert "ossaudio: do not enable by default"Gerd Hoffmann2013-11-071-1/+1
* ossaudio: do not enable by defaultAnthony Liguori2013-11-051-1/+1
* Remove OSS support for OpenBSDBrad Smith2013-05-261-4/+0
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* audio: split sample conversion and volume mixingMichael Walle2011-01-121-2/+1
* ossaudio: add endianness support for VoiceInMichael Walle2011-01-091-5/+15
* Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock2010-01-131-4/+26
* oss: fix fragment settingmalc2010-01-091-13/+16
* oss: issue OSS_GETVERSION ioctl only when neededmalc2010-01-091-17/+17
* oss: refactor code around policy settingmalc2010-01-091-12/+8
* oss: workaround for cases when OSS_GETVERSION is not definedmalc2010-01-081-1/+12
* oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc2009-10-031-9/+12
* oss/alsa: Do not invoke UB described in 7.15.1.1malc2009-10-021-22/+25
* audio: use correct email addressmalc2009-09-181-1/+1
* audio: internal API changemalc2009-09-181-7/+2
* oss: use audio_pcm_hw_clip_outmalc2009-09-181-47/+46
* alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2009-09-141-2/+4
* oss: Simplify mmap codemalc2009-09-131-22/+5
* oss: OSS v4 supportmalc2009-09-131-9/+50
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-1/+2
* oss: poll mode handlingmalc2009-09-121-5/+74
* oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc2009-09-121-1/+4
* Aestheticsmalc2009-08-111-28/+38
* use C99 initializers for all audio/*Juan Quintela2009-08-111-2/+4
* use C99 initializers for audio_pcm_opsJuan Quintela2009-08-111-11/+11
* Use C99 initializers for audio_optionJuan Quintela2009-08-111-13/+25
* Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela2009-08-111-11/+11
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-1/+1
* Make audio violate POSIX lessmalc2008-12-031-5/+5
* Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir12008-10-061-1/+1
* Make audio_pcm_opsstatic constblueswir12008-10-051-1/+1
* Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc2008-07-021-1/+1
* Check the returned audio_buf_info fieldsmalc2008-06-081-0/+6
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-1/+1
* Break up vl.h.pbrook2007-11-171-1/+2
* audio/ossaudio.c for OpenBSD, by Todd T. Fries.ths2007-04-021-0/+5
* audio endianness API changes (malc)bellard2006-07-041-10/+4
* audio fixes + initial audio capture support (malc)bellard2006-07-041-7/+19
* audio merge (malc)bellard2005-11-201-2/+6
* debug msg (malc)bellard2005-11-111-5/+8
OpenPOWER on IntegriCloud