git: sound/hda: Use driver specific taskqueue, instead of per-cpu taskqueue
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Jan 31 02:47:02 PST 2020
commit ea34d8bf819e59ea5802a8e08a6b3d8053220c50
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Fri Jan 31 18:45:31 2020 +0800
sound/hda: Use driver specific taskqueue, instead of per-cpu taskqueue
This driver is not per-cpu ready, so don't user per-cpu taskqueue,
which causes assertion during taskqueue_enqueue. Instead use driver
specific taskqueue.
Summary of changes:
sys/dev/sound/pci/hda/hdac.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ea34d8bf819e59ea5802a8e08a6b3d8053220c50
--
DragonFly BSD source repository
More information about the Commits
mailing list