Module Name: src Committed By: riastradh Date: Sun Oct 10 11:21:05 UTC 2021
Modified Files: src/sys/dev/audio: audio.c Log Message: audio(9): Issue pserialize_perform outside sc_lock in audiodetach. Breaks another deadlock between sc_lock and high-priority xcalls at softint serial. With any luck, this should be the last such softint deadlock in audio! To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/audio/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.