]> git.proxmox.com Git - qemu.git/blobdiff - audio/wavcapture.c
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
[qemu.git] / audio / wavcapture.c
index bead458e8653a151eb44d6b0f12fc4f10684d853..1f49cd1fecf0aff360a19b35130056709863c596 100644 (file)
@@ -145,7 +145,7 @@ int wav_start_capture (CaptureState *s, const char *path, int freq,
 
     qemu_put_buffer (wav->f, hdr, sizeof (hdr));
 
-    cap = AUD_add_capture (NULL, &as, &ops, wav);
+    cap = AUD_add_capture (&as, &ops, wav);
     if (!cap) {
         monitor_printf(mon, "Failed to add audio capture\n");
         qemu_free (wav->path);