ret = -ERRNO_TO_PARA_ERROR(EINVAL);
if (amp_conf->amp_arg < 0)
goto err;
- PARA_NOTICE_LOG("amplification: %u (scaling factor: %1.2f)\n",
- amp_conf->amp_arg, amp_conf->amp_arg / 64.0 + 1.0);
*config = amp_conf;
return 1;
err:
pad->amp = pad->conf->amp_arg;
fn->bufsize = AMP_CHUNK_SIZE;
fn->buf = para_malloc(fn->bufsize);
+ PARA_NOTICE_LOG("amplification: %u (scaling factor: %1.2f)\n",
+ pad->amp, pad->amp / 64.0 + 1.0);
}
static void amp_post_select(__a_unused struct sched *s, struct task *t)
if (pad->amp == 0) { /* no amplification */
t->error = -E_AMP_ZERO_AMP;
btr_splice_out_node(btrn);
- amp_close(fn);
return;
}
next_buffer: