Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/hdaudio
Module Name: src
Committed By: buhrow
Date: Mon Nov 3 22:45:25 UTC 2025
Modified Files:
src/sys/dev/hdaudio: hdafg.c
Log Message:
Remove the call to kthread_join in hdafg_detach. The thread exits when sc_jack_polling is
cleared and the thread is not created with the KTHREAD_MUSTJOIN flag set.
This fixes a hard hang in kthrwait when the hdaudioctl(1) command is used to install a custom
configuration.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/hdaudio/hdafg.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index