Page MenuHomeFreeBSD

D50087.1786409897.diff
No OneTemporary

Size
398 B
Referenced Files
None
Subscribers
None

D50087.1786409897.diff

diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -1748,8 +1748,10 @@
return (error);
hdac_lock(sc);
+ callout_stop(&sc->poll_callout);
hdac_reset(sc, false);
hdac_unlock(sc);
+ callout_drain(&sc->poll_callout);
taskqueue_drain(taskqueue_thread, &sc->unsolq_task);
hdac_irq_free(sc);

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 11, 12:58 AM (1 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29391463
Default Alt Text
D50087.1786409897.diff (398 B)

Event Timeline