| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: swap audio_rate_get_bytes() function parameters | Volker Rümelin | 2022-10-11 | 1 | -2/+2 |
* | audio: restore mixing-engine playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -0/+1 |
* | audio: split pcm_ops function get_buffer_in | Volker Rümelin | 2021-01-15 | 1 | -0/+1 |
* | audio: fix bug 1858488 | Volker Rümelin | 2020-01-31 | 1 | -0/+1 |
* | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 1 | -1/+1 |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -8/+6 |
* | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 2019-09-23 | 1 | -27/+22 |
* | noaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -26/+17 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -8/+8 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -19/+0 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -5/+5 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | noaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+0 |
* | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
* | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -1/+7 |
* | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 2016-03-22 | 1 | -4/+4 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -2/+2 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 2011-03-21 | 1 | -2/+2 |
* | noaudio: correctly account acquired samples | Michael Walle | 2011-01-04 | 1 | -0/+3 |
* | noaudio: fix return value for read() | Michael Walle | 2010-12-10 | 1 | -1/+1 |
* | audio: internal API change | malc | 2009-09-18 | 1 | -7/+2 |
* | audio: use muldiv64 where it makes sense | malc | 2009-09-18 | 1 | -2/+3 |
* | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela | 2009-09-11 | 1 | -2/+2 |
* | use C99 initializers for audio_pcm_ops | Juan Quintela | 2009-08-11 | 1 | -11/+11 |
* | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 2009-08-11 | 1 | -11/+11 |
* | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -2/+2 |
* | 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 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+3 |
* | audio capture to wab files (malc) | bellard | 2006-07-16 | 1 | -1/+1 |
* | audio endianness API changes (malc) | bellard | 2006-07-04 | 1 | -2/+2 |
* | audio fixes + initial audio capture support (malc) | bellard | 2006-07-04 | 1 | -16/+18 |
* | audio merge (malc) | bellard | 2005-11-05 | 1 | -8/+6 |
* | merged 15a_aqemu.patch audio patch (malc) | bellard | 2005-10-30 | 1 | -60/+104 |
* | audio fixes (malc) | bellard | 2004-12-07 | 1 | -2/+0 |
* | audio fixes (malc) | bellard | 2004-11-11 | 1 | -0/+130 |