[ALSA] Fix the soc code after dhowells workqueue changes.
authorAndrew Morton <akpm@osdl.org>
Fri, 15 Dec 2006 08:30:07 +0000 (09:30 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:02:26 +0000 (09:02 +0100)
commit4484bb2e93a9ab636d149edc6515c75ea224e2b0
tree4cbc87d7c03d76b0f305fcb1a3a9884b9ed306d6
parentca377fecdd822f9ef5b0a21586040e7d0e1d0c7a
[ALSA] Fix the soc code after dhowells workqueue changes.

From: Andrew Morton <akpm@osdl.org>
I converted the workqueues to per-device while I was there.  It seems
strange to create a new kernel thread (on each CPU!) and to then only
have a single global work to ever be queued upon it.
Plus without this, I'd have to use the _NAR stuff, gawd help me.
Does that workqueue really need to be per-cpu?
Does that workqueue really need to exist?  Why not use keventd?
Cc: Takashi Iwai <tiwai@suse.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
include/sound/soc.h
sound/soc/soc-core.c