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

yanwang yan.wang at linux.intel.com
Fri May 11 11:58:28 CEST 2018


On Fri, 2018-05-11 at 10:54 +0100, Liam Girdwood wrote:
> On Fri, 2018-05-11 at 14:36 +0800, sound-open-firmware-bounces at alsa-p
> roject.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 ?

When the component hasn't been created, it will not check trace level
and send trace always so far.

Yan Wang

> 
> Liam
> _______________________________________________
> Sound-open-firmware mailing list
> Sound-open-firmware at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmware


More information about the Sound-open-firmware mailing list