From: Takashi Iwai Date: Thu, 5 Feb 2009 06:34:28 +0000 (+0100) Subject: ALSA: hda - Fix misc workqueue issues X-Git-Tag: v2.6.29-rc4~14^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c0ee5d77ec0f144c753a622c67dd96fa195d50;p=pandora-kernel.git ALSA: hda - Fix misc workqueue issues Some fixes regarding snd-hda-intel workqueue: - Use create_singlethread_workqueue() instead of create_workqueue() as per-CPU work isn't required. - Allocate workq name string properly - Renamed the workq name to "hd-audio*" to be more obvious. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed