aboutsummaryrefslogtreecommitdiffstats
path: root/hw/goldfish_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix snapshotsVladimir Chtchetkine2011-10-051-1/+1
| | | | Change-Id: Ib3891704ece2cea0c5a80b468b2514e6c4d13216
* Add -audio-test-out option to the core.David 'Digit' Turner2011-01-021-1/+1
| | | | | | | | | | | | | This option can be used to quickly check audio output (without having to boot a full AVD and launch a sound-playing application). Usage: emulator <other-options> -qemu -audio-test-out qemu-android <other-options> -audio-test-out This simply generates an ugly saw signal, but that's enough for us. Change-Id: I060300b4000b9705d181c6262de8d4d13c749e69
* Fix linux-x86_64 build.David 'Digit' Turner2010-10-211-1/+1
| | | | | | | | | Fix various 64-bitness issues in the source code to make the --try-64 option work again on Linux. Note that the generated binary is not faster than its 32-bit variant when it comes to benchmarking the boot sequence. Change-Id: Iad248e033757d4cd25524a438a5dbe1cf3aca6cf
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-1/+1
| | | | | | | 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
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-87/+181
| | | | | | | | | | | | | | | | | | | 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/+533
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-533/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+2
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-23/+35
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+521