summaryrefslogtreecommitdiff
path: root/audio/audio_int.h
AgeCommit message (Expand)Author
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
2009-09-18audio: introduce audio_pcm_hw_clip_out helper functionmalc
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-12audio: poll mode infrastructuremalc
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-02-18Avoid running audio ctl's when vm is not runningmalc
2008-12-03Make audio violate POSIX lessmalc
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir1
2008-10-05Make audio_pcm_opsstatic constblueswir1
2008-07-02Pulseaudio drivermalc
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog