11 May
2018
11 May
'18
11:54 a.m.
On Fri, 2018-05-11 at 14:36 +0800, sound-open-firmware-bounces@alsa-project.org wrote:
/* src component private data */ struct comp_data { @@ -254,7 +263,7 @@ static struct comp_dev *eq_iir_new(struct sof_ipc_comp *comp) struct comp_data *cd; int i;
trace_eq_iir("new");
trace_eq_iir(NULL, "new");
How does this work when the component has not been created ?
Liam