summaryrefslogtreecommitdiffstats
path: root/audio/spiceaudio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: swap audio_rate_get_bytes() function parametersVolker Rümelin2022-10-111-1/+1
* spiceaudio: update commentVolker Rümelin2022-10-111-1/+4
* spiceaudio: add a pcm_ops buffer_get_free functionVolker Rümelin2022-10-111-2/+10
* modules: add audio module annotationsGerd Hoffmann2021-07-091-0/+2
* audio: split pcm_ops function get_buffer_inVolker Rümelin2021-01-151-0/+1
* spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann2020-10-211-2/+2
* audio: remove qemu_spice_audio_init()Gerd Hoffmann2020-09-231-5/+0Star
* audio/spiceaudio: always rate limit playback streamVolker Rümelin2020-09-231-6/+4Star
* audio: handle buf == NULL in put_buffer_out()Volker Rümelin2020-09-231-5/+8
* audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán2019-10-181-1/+2
* audio: support more than two channels in volume settingKővágó, Zoltán2019-10-181-6/+8
* audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán2019-09-231-59/+43Star
* audio: common rate control code for timer based outputsKővágó, Zoltán2019-09-231-43/+8Star
* spiceaudio: port to the new audio backend apiKővágó, Zoltán2019-09-231-74/+42Star
* audio: use size_t where makes senseKővágó, Zoltán2019-08-211-6/+6
* audio: remove read and write pcm_opsKővágó, Zoltán2019-08-211-12/+0Star
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-211-5/+5
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spiceaudio: port to -audiodev configKővágó, Zoltán2019-03-111-5/+0Star
* audio: -audiodev command line option basic implementationKővágó, Zoltán2019-03-111-1/+1
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-2/+2
* audio: add driver registryGerd Hoffmann2018-03-121-1/+7
* qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* audio: expose drv_opaque to init_out and init_inKővágó, Zoltán2015-06-151-2/+3
* audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan2014-05-261-1/+1
* Add the ability to vary Spice playback and record rates, to facilitate Opus s...Jeremy White2014-02-031-2/+25
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* audio/spice: add support for volume controlMarc-André Lureau2012-04-171-0/+41
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* audio: split sample conversion and volume mixingMichael Walle2011-01-121-3/+2Star
* add copyright to spiceaudioGerd Hoffmann2010-11-111-0/+19
* spice: add audioGerd Hoffmann2010-11-091-0/+327