aboutsummaryrefslogtreecommitdiff
path: root/audio/alsaaudio.c
AgeCommit message (Expand)Author
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini
2023-10-03audio: allow returning an error from the driver initPaolo Bonzini
2023-03-06alsaaudio: reintroduce default recording settingsVolker Rümelin
2023-03-06alsaaudio: change default playback settingsVolker Rümelin
2023-03-06audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-11alsaaudio: reduce playback latencyVolker Rümelin
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin
2021-06-17alsaaudio: remove #ifdef DEBUG to avoid bit rotVolker Rümelin
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2021-01-15audio: fix bit-rotted codeVolker Rümelin
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-01-31audio: fix bug 1858488Volker Rümelin
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán
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-23alsaaudio: 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-11alsaaudio: 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-12-12audio/alsaaudio: Remove compiler check around pragmaThomas Huth
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2016-02-02audio: Clean up includesPeter Maydell
2015-06-15alsaaudio: use trace events instead of verboseKővágó, Zoltán
2015-06-15alsaaudio: 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-12alsaaudio: Remove unused error handling of qemu_set_fd_handlerFam Zheng
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster
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-09alsaaudio: add endianness support for VoiceInMichael Walle
2010-10-18issue snd_pcm_start() when capturing audioJindrich Makovicka
2010-10-18fix 100% CPU load when idle with ALSAJindrich Makovicka
2010-04-21audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc
2010-02-28audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc
2010-02-28audio/alsa: Spelling typo (paramters)Vagrant Cascadian
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc
2009-10-02alsa: Change default buffer/period sizemalc