Searched hist:181874 (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.cdiff 181874 Tue Aug 19 17:52:02 MDT 2008 ed Don't include <sys/tty.h> in our sound layer. It is not needed.

The PCM's sound.h file only seems to include <sys/tty.h>, because
channel_if seems to require selinfo. Just replace it with
<sys/selinfo.h>.

There's no real problem with including <sys/tty.h> here, even with
MPSAFE TTY, but <sys/tty.h> is something that should be used by the TTY
layer, its driver and code that integrated it with the process tree.
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.hdiff 181874 Tue Aug 19 17:52:02 MDT 2008 ed Don't include <sys/tty.h> in our sound layer. It is not needed.

The PCM's sound.h file only seems to include <sys/tty.h>, because
channel_if seems to require selinfo. Just replace it with
<sys/selinfo.h>.

There's no real problem with including <sys/tty.h> here, even with
MPSAFE TTY, but <sys/tty.h> is something that should be used by the TTY
layer, its driver and code that integrated it with the process tree.

Completed in 229 milliseconds