From: OGAWA Hirofumi Date: Fri, 31 Mar 2006 10:36:14 +0000 (+0200) Subject: [ALSA] sound/pci/hda: use create_singlethread_workqueue() X-Git-Tag: v2.6.17-rc1~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7415f496e21775156b08452d22211f8c3ccc53;p=pandora-kernel.git [ALSA] sound/pci/hda: use create_singlethread_workqueue() process_unsol_events() seems to assume a singlethread one (IOW, racey). So, this patch uses create_singlethread_workqueue() instead of create_workqueue(). Signed-off-by: OGAWA Hirofumi Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed