Skip to content

Commit 6887f3b

Browse files
Haley TengRohan Somvanshi
authored andcommitted
ALSA: HDA: change hd-audio as freezable workqueue
bug 921335 Change-Id: Ie5810536f1693a93c365a8cd9a51e4e9906d8c1a Signed-off-by: Haley Teng <[email protected]> Reviewed-on: http://git-master/r/74904 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sachin Nikam <[email protected]> Reviewed-by: Varun Wadekar <[email protected]> Reviewed-by: Nitin Kumbhar <[email protected]> Reviewed-by: Bharat Nihalani <[email protected]> Reviewed-on: http://git-master/r/75546 Tested-by: Varun Wadekar <[email protected]>
1 parent 4b793fa commit 6887f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ int /*__devinit*/ snd_hda_bus_new(struct snd_card *card,
765765

766766
snprintf(bus->workq_name, sizeof(bus->workq_name),
767767
"hd-audio%d", card->number);
768-
bus->workq = create_singlethread_workqueue(bus->workq_name);
768+
bus->workq = create_freezable_workqueue(bus->workq_name);
769769
if (!bus->workq) {
770770
snd_printk(KERN_ERR "cannot create workqueue %s\n",
771771
bus->workq_name);

0 commit comments

Comments
 (0)