ALSA: hda - Fix misc workqueue issues
authorTakashi Iwai <tiwai@suse.de>
Thu, 5 Feb 2009 06:34:28 +0000 (07:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Feb 2009 06:41:04 +0000 (07:41 +0100)
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 <tiwai@suse.de>

No differences found