]> git.proxmox.com Git - qemu.git/blobdiff - audio/esdaudio.c
Fix install(1) usage to be compatible with OpenBSD's install(1).
[qemu.git] / audio / esdaudio.c
index 9a1f2f861781dbc356cb6ff95015693774c37085..ff97b397d20038a5e41fca5ff6fa4b584a665026 100644 (file)
@@ -346,8 +346,7 @@ static void *qesd_thread_in (void *arg)
                 break;
             }
 
-            hw->conv (hw->conv_buf + wpos, buf, nread >> hw->info.shift,
-                      &nominal_volume);
+            hw->conv (hw->conv_buf + wpos, buf, nread >> hw->info.shift);
             wpos = (wpos + chunk) % hw->samples;
             to_grab -= chunk;
         }