aboutsummaryrefslogtreecommitdiffstats
path: root/audio/audio.c
Commit message (Collapse)AuthorAgeFilesLines
* qemu-timer.c: rename qemu_timer_new_scale()David 'Digit' Turner2011-06-011-4/+4
| | | | | | | | | | | Get rid of qemu_timer_new() implementation, and update all callers to use qemu_timer_new_ms() or qemu_timer_new_ns() instead. Rename qemu_new_timer_scale() to qemu_new_timer() to follow upstream conventions. Change-Id: Id2c04f8597ec5026e02f87b3e2c5507920eb688e
* Fix upstream audio bug: can't play with two soft voices.David 'Digit' Turner2011-01-021-2/+2
| | | | | | | | This patch fixes a problem where using two SWVoiceOut at the same time would not work, unless the two voices would output sound samples at the same time. Change-Id: Id6c6c93f5fe7be29d73776f62fe03732291fcaf9
* upstream: audio sub-system improvements.David 'Digit' Turner2011-01-021-282/+316
| | | | | | | | | | | | This patch updates the audio subsystem to match the one in upstream. Note that this gets rid of the ability to specify different audio backends for input and output, which was never really used. A future patch will remove the -audio-in and -audio-out options and related code. Change-Id: I37c21672bcb15ef1f0e928c56bf99fbecda2bce6
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-0/+2
| | | | | | | This forces -Wall during the build. Note that this patch doesn't remove all warnings, but most of the remaining ones are from upstream anyway. Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f
* Add a PulseAudio audio backend for Linux.David 'Digit' Turner2010-08-271-0/+3
| | | | Change-Id: Ifaf876c41ab6c7275ba7d1dc8e12139f62840cd6
* Upstream: integrate timer/clock management changes.David 'Digit' Turner2010-05-111-1/+2
| | | | Change-Id: I24acbdebe58d207352548f54dda1abf5be01e7d4
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-101-19/+19
| | | | Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534
* Separate audio stack and SDLVladimir Chtchetkine2010-05-041-3/+0
| | | | Change-Id: Ibf3d08172807bca7dc46d70bf51d5eadaed4372b
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-105/+109
| | | | | | | | | | | | | | | | | | | This change integrates many changes from the upstream QEMU sources. Its main purpose is to enable correct ARMv6 and ARMv7 support to the Android emulator. Due to the nature of the upstream code base, this unfortunately also required changes to many other parts of the source. Note that to ensure easier integrations in the future, some source files and directories that have heavy Android-specific customization have been renamed with an -android suffix. The original files are still there for easier integration tracking, but *never* compiled. For example: net.c net-android.c qemu-char.c qemu-char-android.c slirp/ slirp-android/ etc... Tested on linux-x86, darwin-x86 and windows host machines.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2172
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2172/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-31/+137
|
* Initial ContributionThe Android Open Source Project2008-10-211-77/+272
|
* external/qemu 0.8.2Upstream1970-01-121-0/+1871