OpenBSD cvs log

created 2022-08-04T07:58:55Z
begin 2022-07-31T00:00:00Z
end 2022-08-01T00:00:00Z
path src/sys
commits 1

date 2022-07-31T03:31:36Z
author visa
files src/sys/dev/audio.c log diff annotate
message Replace selwakeup() with KNOTE() in audio(4)

KNOTE() is safe to use at IPL_AUDIO. Remove the now-unnecessary
deferring that uses soft interrupts.

Remove selwakeup() calls from audio_detach() because klist_invalidate()
wakes up any remaining kevent/poll/select waiters.

OK mpi@