summaryrefslogtreecommitdiff
path: root/audio/ossaudio.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12audio: add driver registryGerd Hoffmann1-1/+7
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-6/+4
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-02-02audio: Clean up includesPeter Maydell1-2/+1
2015-07-08ossaudio: fix memory leakGonglei1-0/+1
2015-06-15ossaudio: use trace events instead of debug config flagKővágó, Zoltán1-21/+4
2015-06-15ossaudio: do not use global variablesKővágó, Zoltán1-49/+61
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán1-2/+3
2015-06-12oss: Remove unused error handling of qemu_set_fd_handlerFam Zheng1-6/+8
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster1-4/+2
2013-11-07ossaudio: check for oss support in oss_audio_initGerd Hoffmann1-0/+4
2013-11-07Revert "ossaudio: do not enable by default"Gerd Hoffmann1-1/+1
2013-11-05ossaudio: do not enable by defaultAnthony Liguori1-1/+1
2013-05-26Remove OSS support for OpenBSDBrad Smith1-4/+0
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
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