aboutsummaryrefslogtreecommitdiff
path: root/audio/spiceaudio.c
AgeCommit message (Expand)Author
2021-01-15audio: split pcm_ops function get_buffer_inVolker Rümelin
2020-10-21spice: move add_interface() to QemuSpiceOps.Gerd Hoffmann
2020-09-23audio: remove qemu_spice_audio_init()Gerd Hoffmann
2020-09-23audio/spiceaudio: always rate limit playback streamVolker Rümelin
2020-09-23audio: handle buf == NULL in put_buffer_out()Volker 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-23spiceaudio: 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: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11spiceaudio: 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-03-12audio: add driver registryGerd Hoffmann
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-02audio: Clean up includesPeter Maydell
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2014-05-26audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan
2014-02-03Add the ability to vary Spice playback and record rates, to facilitate Opus s...Jeremy White
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-04-17audio/spice: add support for volume controlMarc-André Lureau
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2010-11-11add copyright to spiceaudioGerd Hoffmann
2010-11-09spice: add audioGerd Hoffmann