aboutsummaryrefslogtreecommitdiff
path: root/audio/ossaudio.c
AgeCommit message (Expand)Author
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2020-07-13ossaudio: fix out of bounds writeVolker Rümelin
2020-01-31ossaudio: disable poll mode can't be reachedVolker Rümelin
2020-01-31ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin
2020-01-31audio: fix bug 1858488Volker Rümelin
2020-01-31audio/oss: fix buffer pos calculationGerd Hoffmann
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23ossaudio: port to the new audio backend apiKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11ossaudio: port to -audiodev configKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
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