freebsd-nq/sys/dev/sound/pcm
Ed Schouten e5bfdc768a 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.
2008-08-19 19:45:08 +00:00
..
ac97_if.m
ac97_patch.c
ac97_patch.h
ac97.c
ac97.h
buffer.c
buffer.h
channel_if.m
channel.c
channel.h
dsp.c
dsp.h
fake.c
feeder_fmt.c
feeder_if.m
feeder_rate.c
feeder_volume.c
feeder.c
feeder.h
mixer_if.m
mixer.c
mixer.h
sndstat.c
sound.c
sound.h
vchan.c
vchan.h