]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf8a06aad49fcf573046536fae3d88a6a022143b
tree3d1e086956db36b12f003fc6f583a5278757e9d1
parent67e6f2df92c2d20b14a47f04b3f4fb11ea4bc851
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