aboutsummaryrefslogtreecommitdiff
path: root/audio/alsaaudio.c
AgeCommit message (Expand)Author
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé
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: basic support for multichannel audioKő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-23alsaaudio: 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: do not run each backend in audio_runKő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-11alsaaudio: 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-12-12audio/alsaaudio: Remove compiler check around pragmaThomas Huth
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-15alsaaudio: use trace events instead of verboseKővágó, Zoltán
2015-06-15alsaaudio: do not use global variablesKővágó, Zoltán
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2015-06-12alsaaudio: Remove unused error handling of qemu_set_fd_handlerFam Zheng
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-01-12audio: split sample conversion and volume mixingMichael Walle
2011-01-09alsaaudio: add endianness support for VoiceInMichael Walle
2010-10-18issue snd_pcm_start() when capturing audioJindrich Makovicka
2010-10-18fix 100% CPU load when idle with ALSAJindrich Makovicka
2010-04-21audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixupmalc
2010-02-28audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc
2010-02-28audio/alsa: Spelling typo (paramters)Vagrant Cascadian
2009-10-03oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC)malc
2009-10-02alsa: Change default buffer/period sizemalc
2009-10-02oss/alsa: Do not invoke UB described in 7.15.1.1malc
2009-09-18audio: internal API changemalc
2009-09-18alsa: use audio_pcm_hw_clip_outmalc
2009-09-14alsa: Use proper value when testing returned events in alsa_poll_handlermalc
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc
2009-09-12alsa: poll mode handlingmalc
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-07-30alsa: add host suspend/resume supportBjørn Mork
2009-07-17Ignore -Waddress for alsaaudio.cmalc