[Sound-open-firmware] [RFC PATCH v2 27/29] Change macro definition and trace calling for eq_iir.

Liam Girdwood liam.r.girdwood at linux.intel.com
Fri May 11 11:54:46 CEST 2018


On Fri, 2018-05-11 at 14:36 +0800, sound-open-firmware-bounces at 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


More information about the Sound-open-firmware mailing list