commit | e8c0ee5d77ec0f144c753a622c67dd96fa195d50 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 07:34:28 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 07:41:04 2009 +0100 |
tree | 3d1e086956db36b12f003fc6f583a5278757e9d1 | |
parent | f67d8176ba9a3dbc33454cd67057184b2ef5ee31 [diff] |
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>