aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_int.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini1-5/+0
2023-10-03audio: allow returning an error from the driver initPaolo Bonzini1-1/+1
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau1-1/+1
2023-03-06audio: remove sw->ratioVolker Rümelin1-2/+0
2023-03-06audio: change type and name of the resample bufferVolker Rümelin1-2/+2
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin1-3/+3
2023-03-06audio: remove audio_calloc() functionVolker Rümelin1-1/+0
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin1-2/+2
2023-03-06audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin1-3/+0
2022-10-11audio: swap audio_rate_get_bytes() function parametersVolker Rümelin1-1/+1
2022-10-11audio: add more audio rate control functionsVolker Rümelin1-0/+2
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin1-1/+6
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin1-0/+13
2021-12-21audio: add "dbus" audio backendMarc-André Lureau1-0/+7
2021-06-17audio: move code to audio/audio.cVolker Rümelin1-0/+2
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin1-0/+2
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán1-1/+2
2020-01-31audio: fix bug 1858488Volker Rümelin1-2/+2
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán1-2/+1
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán1-2/+2
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán1-11/+4
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán1-0/+9
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán1-5/+7
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán1-7/+0
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán1-7/+36
2019-08-21audio: use size_t where makes senseKővágó, Zoltán1-13/+13
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán1-5/+0
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán1-1/+1
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán1-0/+2
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán1-0/+8
2019-03-11audio: -audiodev command line option: cleanupKővágó, Zoltán1-17/+0
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán1-1/+19
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2018-03-12audio: add driver registryGerd Hoffmann1-9/+5
2018-03-05audio: rename CONFIG_* to CONFIG_AUDIO_*Gerd Hoffmann1-1/+1
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-6/+0
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+2
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán1-2/+2
2015-06-15audio: remove winwave audio driverKővágó, Zoltán1-1/+0
2015-06-15audio: remove fmod backendKővágó, Zoltán1-1/+0
2015-06-15audio: remove esd backendKővágó, Zoltán1-1/+0
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil1-28/+3
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau1-0/+5
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau1-0/+1
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-1/+1
2010-11-09spice: add audioGerd Hoffmann1-0/+1
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil1-8/+0
2009-10-15audio: remove last remnants of _tmalc1-1/+1
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc1-0/+1
2009-09-18audio: internal API changemalc1-3/+1