| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -83/+56 |
* | paaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -327/+45 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -22/+22 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -12/+0 |
* | paaudio: fix playback glitches | Kővágó, Zoltán | 2019-08-21 | 1 | -4/+2 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -6/+6 |
* | paaudio: properly disconnect streams in fini_* | Kővágó, Zoltán | 2019-08-21 | 1 | -2/+23 |
* | paaudio: do not move stream when sink/source name is specified | Kővágó, Zoltán | 2019-08-21 | 1 | -0/+5 |
* | paaudio: prepare for multiple audiodev | Kővágó, Zoltán | 2019-08-21 | 1 | -136/+183 |
* | fix microphone lag with PA | Martin Schrodt | 2019-07-03 | 1 | -1/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | audio/paaudio: fix microphone input being unusable | Martin Schrodt | 2019-03-18 | 1 | -1/+7 |
* | audio/paaudio: prolong and make latency configurable | Martin Schrodt | 2019-03-18 | 1 | -6/+6 |
* | audio/paaudio: fix ignored buffer_length setting | Martin Schrodt | 2019-03-18 | 1 | -3/+21 |
* | paaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -52/+29 |
* | 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 | -14/+14 |
* | audio: check for pulseaudio daemon pidfile | Gerd Hoffmann | 2019-01-24 | 1 | -0/+15 |
* | pulseaudio: process audio data in smaller chunks | Gerd Hoffmann | 2018-11-12 | 1 | -2/+2 |
* | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -1/+7 |
* | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 2018-02-06 | 1 | -28/+28 |
* | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 2018-01-16 | 1 | -2/+2 |
* | audio: pa: Set volume of recording stream instead of recording device | Peter Krempa | 2016-06-03 | 1 | -6/+5 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | paaudio: fix possible resource leak | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+5 |
* | paaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -46/+52 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -2/+3 |
* | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann | 2013-12-09 | 1 | -4/+4 |
* | fix build with pulseaudio versions older than 0.9.11 | Gerd Hoffmann | 2012-05-03 | 1 | -1/+29 |
* | fix paaudio.c warnings | Gerd Hoffmann | 2012-04-25 | 1 | -2/+1 |
* | Allow controlling volume with PulseAudio backend | Marc-André Lureau | 2012-04-17 | 1 | -5/+94 |
* | Do not use pa_simple PulseAudio API | Marc-André Lureau | 2012-04-17 | 1 | -38/+339 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -4/+4 |
* | pulseaudio: tweak config | Gerd Hoffmann | 2011-01-25 | 1 | -9/+1 |
* | pulseaudio: setup buffer attrs | Gerd Hoffmann | 2011-01-25 | 1 | -1/+11 |
* | pulseaudio: process 1/4 buffer max at once | Gerd Hoffmann | 2011-01-25 | 1 | -13/+9 |
* | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 1 | -1/+1 |
* | pulse-audio: fix bug on updating rpos | Wu Fengguang | 2010-09-29 | 1 | -1/+1 |
* | qemu: allow pulseaudio to be the default | Michael S. Tsirkin | 2009-10-13 | 1 | -1/+1 |
* | audio: internal API change | malc | 2009-09-18 | 1 | -3/+2 |
* | Aesthetics | malc | 2009-08-11 | 1 | -20/+30 |
* | use C99 initializers for all audio/* | Juan Quintela | 2009-08-11 | 1 | -5/+2 |
* | use C99 initializers for audio_pcm_ops | Juan Quintela | 2009-08-11 | 1 | -10/+11 |
* | Use C99 initializers for audio_option | Juan Quintela | 2009-08-11 | 1 | -16/+21 |
* | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 2009-08-11 | 1 | -11/+11 |
* | fix qemu_alloc/qemu_free for audio subsystem | Jean-Christophe Dubois | 2009-06-19 | 1 | -2/+2 |
* | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -5/+5 |
* | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 2008-10-06 | 1 | -1/+1 |
* | Make audio_pcm_opsstatic const | blueswir1 | 2008-10-05 | 1 | -1/+1 |
* | Pulseaudio driver | malc | 2008-07-02 | 1 | -0/+515 |