]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] sound/pci/hda: use create_singlethread_workqueue()
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Fri, 31 Mar 2006 10:36:14 +0000 (12:36 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 31 Mar 2006 15:59:01 +0000 (17:59 +0200)
commitce7415f496e21775156b08452d22211f8c3ccc53
treeaafaca46c062bad4225225e6383d377beea26285
parent89be83f8eef781a801898c08a5317ed463fe872f
[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 <hirofumi@mail.parknet.co.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c