| Commit message (Expand) | Author | Age | Files | Lines |
* | alsaaudio: reduce playback latency | Volker Rümelin | 2022-10-11 | 1 | -1/+37 |
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 1 | -2/+2 |
* | audio: restore mixing-engine playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -0/+1 |
* | alsaaudio: remove #ifdef DEBUG to avoid bit rot | Volker Rümelin | 2021-06-17 | 1 | -6/+4 |
* | audio: Add braces for statements/fix braces' position | Zhang Han | 2021-01-15 | 1 | -10/+5 |
* | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 1 | -0/+1 |
* | audio: fix bit-rotted code | Volker Rümelin | 2021-01-15 | 1 | -1/+1 |
* | audio/alsaaudio: Remove superfluous semicolons | Philippe Mathieu-Daudé | 2020-02-18 | 1 | -2/+2 |
* | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 2020-02-06 | 1 | -0/+17 |
* | audio: fix bug 1858488 | Volker Rümelin | 2020-01-31 | 1 | -0/+1 |
* | audio: basic support for multichannel audio | Kővágó, Zoltán | 2019-10-18 | 1 | -7/+0 |
* | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 1 | -5/+6 |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -37/+25 |
* | alsaaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -222/+80 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -13/+13 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -12/+0 |
* | audio: do not run each backend in audio_run | Kővágó, Zoltán | 2019-08-21 | 1 | -2/+5 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -3/+3 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | alsaaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -233/+100 |
* | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
* | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 2019-03-11 | 1 | -25/+28 |
* | audio/alsaaudio: Remove compiler check around pragma | Thomas Huth | 2018-12-12 | 1 | -2/+0 |
* | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -1/+7 |
* | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 2018-02-06 | 1 | -2/+2 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | alsaaudio: use trace events instead of verbose | Kővágó, Zoltán | 2015-06-15 | 1 | -46/+14 |
* | alsaaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -68/+82 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -2/+3 |
* | alsaaudio: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 2015-06-12 | 1 | -14/+2 |
* | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 2014-06-13 | 1 | -8/+4 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | janitor: do not include qemu-char everywhere | Paolo Bonzini | 2012-12-19 | 1 | -1/+0 |
* | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 2012-12-19 | 1 | -0/+1 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -5/+5 |
* | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 1 | -1/+1 |
* | alsaaudio: add endianness support for VoiceIn | Michael Walle | 2011-01-09 | 1 | -7/+27 |
* | issue snd_pcm_start() when capturing audio | Jindrich Makovicka | 2010-10-17 | 1 | -6/+17 |
* | fix 100% CPU load when idle with ALSA | Jindrich Makovicka | 2010-10-17 | 1 | -0/+4 |
* | audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup | malc | 2010-04-21 | 1 | -5/+6 |
* | audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler | malc | 2010-02-28 | 1 | -0/+4 |
* | audio/alsa: Spelling typo (paramters) | Vagrant Cascadian | 2010-02-28 | 1 | -1/+1 |
* | oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) | malc | 2009-10-03 | 1 | -12/+15 |
* | alsa: Change default buffer/period size | malc | 2009-10-02 | 1 | -1/+2 |
* | oss/alsa: Do not invoke UB described in 7.15.1.1 | malc | 2009-10-02 | 1 | -11/+14 |
* | audio: internal API change | malc | 2009-09-18 | 1 | -7/+2 |
* | alsa: use audio_pcm_hw_clip_out | malc | 2009-09-18 | 1 | -45/+43 |
* | alsa: Use proper value when testing returned events in alsa_poll_handler | malc | 2009-09-14 | 1 | -4/+6 |
* | alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle | malc | 2009-09-14 | 1 | -25/+28 |
* | alsa: poll mode handling | malc | 2009-09-12 | 1 | -21/+204 |