93 Commits (50f6d44850f69af65ef221924b1c77b930fabe1d)

Author SHA1 Message Date
Philippe Mathieu-Daudé 0d25431771 audio: Rename @endianness argument as @big_endian for clarity 5 months ago
Philippe Mathieu-Daudé b8afda6704 audio: Remove pointless local variables 5 months ago
Marc-André Lureau 8da8bf74ae audio: drop needless audio_driver "descr" field 6 months ago
Marc-André Lureau 1e4ebc895a audio: move audio.h under include/qemu/ 6 months ago
Marc-André Lureau 7d75c12ad1 audio: rename AudioState -> AudioBackend 6 months ago
Thomas Huth 071add900b audio/ossaudio: Fix compiler warning with -Wshadow 3 years ago
Paolo Bonzini 69a802792a audio: remove QEMU_AUDIO_* and -audio-help support 3 years ago
Paolo Bonzini f6061733a9 audio: allow returning an error from the driver init 3 years ago
Markus Armbruster ceb19c8f68 qapi audio: Elide redundant has_FOO in generated C 3 years ago
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
Volker Rümelin 385211e8f9 ossaudio: reduce effective playback buffer size 4 years ago
Volker Rümelin 9833438ef6 audio: restore mixing-engine playback buffer size 4 years ago
Zhang Han 6c6886bd01 audio: Add braces for statements/fix braces' position 5 years ago
Volker Rümelin a2893c8303 audio: split pcm_ops function get_buffer_in 5 years ago
Volker Rümelin 4f50d4a48e ossaudio: fix out of bounds write 6 years ago
Volker Rümelin f03cd06814 ossaudio: disable poll mode can't be reached 6 years ago
Volker Rümelin 3e0c1bbab5 ossaudio: prevent SIGSEGV in oss_enable_out 6 years ago
Volker Rümelin fdc8c5f471 audio: fix bug 1858488 6 years ago
Gerd Hoffmann 7a4ede0047 audio/oss: fix buffer pos calculation 6 years ago
Kővágó, Zoltán 2b9cce8c8c audio: replace shift in audio_pcm_info with bytes_per_frame 7 years ago
Kővágó, Zoltán 571a8c522e audio: split ctl_* functions into enable_* and volume_* 7 years ago
Kővágó, Zoltán dc88e38fa7 audio: unify input and output mixeng buffer management 7 years ago
Kővágó, Zoltán 3ba4066d08 ossaudio: port to the new audio backend api 7 years ago
Kővágó, Zoltán 7520462bc1 audio: use size_t where makes sense 7 years ago
Kővágó, Zoltán 1d793fec6c audio: remove read and write pcm_ops 7 years ago
Kővágó, Zoltán 18e2c1771b audio: do not run each backend in audio_run 7 years ago
Kővágó, Zoltán 5893591503 audio: remove audio_MIN, audio_MAX 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Kővágó, Zoltán baf6c7f4b4 ossaudio: port to -audiodev config 7 years ago
Kővágó, Zoltán 71830221fb audio: -audiodev command line option basic implementation 7 years ago
Kővágó, Zoltán 85bc58520c audio: use qapi AudioFormat instead of audfmt_e 7 years ago
Gerd Hoffmann d3893a39eb audio: add driver registry 8 years ago
Alistair Francis 470bcabd8f audio: Replace AUDIO_FUNC with __func__ 8 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Stefan Weil cb8d4c8f54 Fix some typos found by codespell 10 years ago
Peter Maydell 6086a565b0 audio: Clean up includes 10 years ago
Gonglei 2828a30723 ossaudio: fix memory leak 11 years ago
Kővágó, Zoltán d95d7d802c ossaudio: use trace events instead of debug config flag 11 years ago
Kővágó, Zoltán 4045a85ad1 ossaudio: do not use global variables 11 years ago
Kővágó, Zoltán 5706db1deb audio: expose drv_opaque to init_out and init_in 11 years ago
Fam Zheng b027a538c6 oss: Remove unused error handling of qemu_set_fd_handler 11 years ago
Markus Armbruster fb7da626c0 audio: Drop superfluous conditionals around g_free() 12 years ago
Gerd Hoffmann 73204cffe5 ossaudio: check for oss support in oss_audio_init 13 years ago
Gerd Hoffmann 926de75432 Revert "ossaudio: do not enable by default" 13 years ago
Anthony Liguori c905c5012a ossaudio: do not enable by default 13 years ago
Brad Smith 4f6ab397b6 Remove OSS support for OpenBSD 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini f8fe796407 janitor: do not include qemu-char everywhere 14 years ago
Paolo Bonzini 077805fa92 janitor: do not rely on indirect inclusions of or from qemu-char.h 14 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago