From: Andrew Morton Date: Fri, 15 Dec 2006 08:30:07 +0000 (+0100) Subject: [ALSA] Fix the soc code after dhowells workqueue changes. X-Git-Tag: v2.6.21-rc1~83^2~62^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4484bb2e93a9ab636d149edc6515c75ea224e2b0;p=pandora-kernel.git [ALSA] Fix the soc code after dhowells workqueue changes. From: Andrew Morton 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 Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed