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)
commite8c0ee5d77ec0f144c753a622c67dd96fa195d50
tree3d1e086956db36b12f003fc6f583a5278757e9d1
parentf67d8176ba9a3dbc33454cd67057184b2ef5ee31
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 <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h