git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f67d817
)
ALSA: hda - Fix misc workqueue issues
author
Takashi Iwai
<tiwai@suse.de>
Thu, 5 Feb 2009 06:34:28 +0000
(07:34 +0100)
committer
Takashi 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