aboutsummaryrefslogtreecommitdiff
path: root/audio/dsoundaudio.c
AgeCommit message (Expand)Author
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23dsoundaudio: 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-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11dsoundaudio: port to -audiodev configKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2016-02-02audio: Clean up includesPeter Maydell
2015-06-15dsoundaudio: remove primary bufferKővágó, Zoltán
2015-06-15dsoundaudio: remove *_retries kludgesKővágó, Zoltán
2015-06-15dsoundaudio: do not use global variablesKővágó, Zoltán
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc
2009-09-18audio: internal API changemalc
2009-08-26Fix dsound typosConsul
2009-08-11Aestheticsmalc
2009-08-11use C99 initializers for all audio/*Juan Quintela
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela
2009-08-11Use C99 initializers for audio_optionJuan Quintela
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela
2009-05-01Remove redundant #defineConsul
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-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths
2007-11-17Remove stray uses of vl.h.pbrook
2006-07-04audio fixes + initial audio capture support (malc)bellard
2005-11-05audio merge (malc)bellard
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard