mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
audio merge (malc)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1125 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8f46820d92
commit
85571bc741
24 changed files with 6096 additions and 1732 deletions
6
vl.c
6
vl.c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue