audio merge (malc)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1125 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-11-07 18:04:02 +00:00
parent 8f46820d92
commit 85571bc741
24 changed files with 6096 additions and 1732 deletions

6
vl.c
View file

@ -2438,12 +2438,6 @@ void main_loop_wait(int timeout)
if (vm_running) {
qemu_run_timers(&active_timers[QEMU_TIMER_VIRTUAL],
qemu_get_clock(vm_clock));
if (audio_enabled) {
/* XXX: add explicit timer */
SB16_run();
}
/* run dma transfers, if any */
DMA_run();
}