On Fri, 2007-02-02 at 16:29 +0100, Takashi Iwai wrote: > At Fri, 02 Feb 2007 14:43:38 +0000, > Liam Girdwood wrote: > > > > diff -r fc216dd0eb92 soc/codecs/wm8750.c > > --- a/soc/codecs/wm8750.c Thu Feb 01 16:52:06 2007 +0100 > > +++ b/soc/codecs/wm8750.c Wed Jan 31 16:43:17 2007 +0000 > (snip) > > +static struct workqueue_struct *wm8750_workq = NULL; > > I guess the normal schedule_delayed_work() is enough instead of own > workq? Unless really frequent and heavy jobs, the global queue is > more friendly to the system. > Fixed. Thanks Liam