Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/audio
Module Name: src
Committed By: riastradh
Date: Tue Jun 1 21:19:03 UTC 2021
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Insert mixers and audioctls into sc_files on open too.
This is necessary so that on detach we set file->dying before any
operations, particularly audioclose, try to acquire a psref by the
time the audio softc is gone.
Candidate fix for PR kern/56164.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.
Home |
Main Index |
Thread Index |
Old Index