aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_int.h
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-13audio/dbus: there are no sender for p2p modeMarc-André Lureau
2023-03-06audio: remove sw->ratioVolker Rümelin
2023-03-06audio: change type and name of the resample bufferVolker Rümelin
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin
2023-03-06audio: remove audio_calloc() functionVolker Rümelin
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin
2022-10-11audio: swap audio_rate_get_bytes() function parametersVolker Rümelin
2022-10-11audio: add more audio rate control functionsVolker Rümelin
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin
2021-12-21audio: add "dbus" audio backendMarc-André Lureau
2021-06-17audio: move code to audio/audio.cVolker Rümelin
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
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: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán
2019-09-23audio: api for mixeng code free backendsKő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: basic support for multi backend audioKővágó, Zoltán
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán
2019-03-11audio: -audiodev command line option: cleanupKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2018-03-12audio: add driver registryGerd Hoffmann
2018-03-05audio: rename CONFIG_* to CONFIG_AUDIO_*Gerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2015-06-15audio: remove winwave audio driverKővágó, Zoltán
2015-06-15audio: remove fmod backendKővágó, Zoltán
2015-06-15audio: remove esd backendKővágó, Zoltán
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2010-11-09spice: add audioGerd Hoffmann
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil
2009-10-15audio: remove last remnants of _tmalc
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc
2009-09-18audio: internal API changemalc