]> git.proxmox.com Git - qemu.git/blobdiff - vl.c
audio merge (malc)
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 32474bfc79553f1d831de5f77f81be1c628e15ee..6710e30a4ec58be23ce49ab9163045b776330050 100644 (file)
--- a/vl.c
+++ b/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();
         }