summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 3a1b47a90021..23a9c2eca982 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -765,7 +765,7 @@ int /*__devinit*/ snd_hda_bus_new(struct snd_card *card,
snprintf(bus->workq_name, sizeof(bus->workq_name),
"hd-audio%d", card->number);
- bus->workq = create_singlethread_workqueue(bus->workq_name);
+ bus->workq = create_freezable_workqueue(bus->workq_name);
if (!bus->workq) {
snd_printk(KERN_ERR "cannot create workqueue %s\n",
bus->workq_name);