diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-03 09:08:57 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-04-03 09:08:57 -0400 |
commit | 76467874b83835129dc454e3a7a8e5d1186101b0 (patch) | |
tree | 162129f0c36c35be4aa323cf00626db0e804c3fc /sound/pci/hda/hda_codec.c | |
parent | 8628de0583504138551a05ad44ca388467f0f552 (diff) | |
parent | 6246b6128bbe34d0752f119cf7c5111c85fe481d (diff) |
Merge branch 'master'
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index b42dff7ceed0..5bee3b536478 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -295,7 +295,7 @@ static int init_unsol_queue(struct hda_bus *bus) | |||
295 | snd_printk(KERN_ERR "hda_codec: can't allocate unsolicited queue\n"); | 295 | snd_printk(KERN_ERR "hda_codec: can't allocate unsolicited queue\n"); |
296 | return -ENOMEM; | 296 | return -ENOMEM; |
297 | } | 297 | } |
298 | unsol->workq = create_workqueue("hda_codec"); | 298 | unsol->workq = create_singlethread_workqueue("hda_codec"); |
299 | if (! unsol->workq) { | 299 | if (! unsol->workq) { |
300 | snd_printk(KERN_ERR "hda_codec: can't create workqueue\n"); | 300 | snd_printk(KERN_ERR "hda_codec: can't create workqueue\n"); |
301 | kfree(unsol); | 301 | kfree(unsol); |