freebsd-dev/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 Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec, 2007-10-26 20:49:23 +00:00
ac97_patch.h - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +00:00
ac97.c Remap and virtualize mixer controls for HP nx6110 with 2007-10-26 20:49:59 +00:00
ac97.h - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +00:00
buffer.c Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
buffer.h Buffer optimization and locking cleanup. Don't resize/malloc 2007-06-14 11:15:51 +00:00
channel_if.m [stage: 5/9] 2007-03-16 17:16:24 +00:00
channel.c Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affecting 2007-12-03 14:26:56 +00:00
channel.h Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
dsp.c Release pcm mutex before calling snd_clone_unref(), which in turns might 2008-05-27 02:16:05 +00:00
dsp.h Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
fake.c Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. 2007-03-15 18:19:01 +00:00
feeder_fmt.c Separate license from comments. 2007-06-02 13:07:44 +00:00
feeder_if.m
feeder_rate.c Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
feeder_volume.c Use signed int, since all the samples are in that form. 2007-06-16 20:36:39 +00:00
feeder.c Reassign default unit to a valid unit, be it during attach or detach. 2007-06-17 15:53:11 +00:00
feeder.h [stage: 4/9] 2007-03-16 17:15:33 +00:00
mixer_if.m
mixer.c Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
mixer.h Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
sndstat.c Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
sound.c Spelling nit due to my lamenglishness. 2007-06-17 19:02:05 +00:00
sound.h Don't include <sys/tty.h> in our sound layer. It is not needed. 2008-08-19 19:45:08 +00:00
vchan.c Last (again ?!?) major commit for RELENG_7, featuring total Giant 2007-06-16 03:37:28 +00:00
vchan.h Last major commit and updates for RELENG_7: 2007-05-31 18:43:33 +00:00