Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25266
b: refs/heads/master
c: ce7415f
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Jaroslav Kysela committed Mar 31, 2006
1 parent df0a152 commit f89ce62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89be83f8eef781a801898c08a5317ed463fe872f
refs/heads/master: ce7415f496e21775156b08452d22211f8c3ccc53
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static int init_unsol_queue(struct hda_bus *bus)
snd_printk(KERN_ERR "hda_codec: can't allocate unsolicited queue\n");
return -ENOMEM;
}
unsol->workq = create_workqueue("hda_codec");
unsol->workq = create_singlethread_workqueue("hda_codec");
if (! unsol->workq) {
snd_printk(KERN_ERR "hda_codec: can't create workqueue\n");
kfree(unsol);
Expand Down

0 comments on commit f89ce62

Please sign in to comment.