summaryrefslogtreecommitdiffstats
path: root/audio/audio.h
Commit message (Expand)AuthorAgeFilesLines
* audio: add help option for -audio and -audiodevClaudio Fontana2022-09-191-0/+1
* audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau2022-09-021-1/+1
* introduce -audio as a replacement for -soundhwPaolo Bonzini2022-05-141-0/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* audio: remove unused function audio_is_cleaning_up()Volker Rümelin2020-12-151-1/+0Star
* audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-261-1/+1
* audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-261-1/+1
* audio: support more than two channels in volume settingKővágó, Zoltán2019-10-181-0/+10
* audio: use size_t where makes senseKővágó, Zoltán2019-08-211-2/+2
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-211-17/+0Star
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+4
* audio: basic support for multi backend audioKővágó, Zoltán2019-08-211-3/+9
* audio: -audiodev command line option basic implementationKővágó, Zoltán2019-03-111-3/+15
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-10/+2Star
* replay: add record/replay for audio passthroughPavel Dovgalyuk2017-03-011-0/+5
* audio: clean up before monitor clean upMarc-André Lureau2016-08-081-0/+3
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+2
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Use GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-5/+1Star
* audio: remove last remnants of _tmalc2009-10-151-3/+3
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-3/+3
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-3/+0Star
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-4/+1Star
* Make audio violate POSIX lessmalc2008-12-031-5/+5
* Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypesblueswir12008-10-051-0/+3
* First cut at WM8750 volume control (Jan Kiszka).balrog2008-05-041-0/+3
* Break up vl.h.pbrook2007-11-171-1/+0Star
* use config-host.h instead of config.hbellard2007-11-071-1/+1
* Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths2007-02-171-1/+3
* audio capture to wab files (malc)bellard2006-07-161-2/+21
* audio endianness API changes (malc)bellard2006-07-041-5/+10
* audio fixes + initial audio capture support (malc)bellard2006-07-041-1/+13
* audio merge (malc)bellard2005-11-201-2/+4
* audio merge (malc)bellard2005-11-051-32/+46
* merged 15a_aqemu.patch audio patch (malc)bellard2005-10-301-19/+71
* audio clean up (initial patch by malc)bellard2004-11-101-128/+5Star
* audio merge (malc)bellard2004-11-071-0/+188