Skip to content

Commit 1aee3e5

Browse files
committed
fir debug
1 parent a87b3af commit 1aee3e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/audio/eq_fir/eq_fir.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,15 @@ static int eq_fir_free(struct processing_module *mod)
309309
{
310310
struct comp_data *cd = module_get_private_data(mod);
311311

312-
comp_info(mod->dev, "eq_fir_free()");
312+
comp_info(mod->dev, "eq_fir_free() %d", __LINE__);
313313

314314
eq_fir_free_delaylines(cd);
315+
comp_info(mod->dev, "eq_fir_free() %d", __LINE__);
315316
comp_data_blob_handler_free(cd->model_handler);
317+
comp_info(mod->dev, "eq_fir_free() %d", __LINE__);
316318

317319
rfree(cd);
320+
comp_info(mod->dev, "eq_fir_free() %d", __LINE__);
318321

319322
return 0;
320323
}

0 commit comments

Comments
 (0)