freebsd-skq/sys/dev/sound/pcm
Ed Schouten d3ce832719 Remove unit2minor() use from kernel code.
When I changed kern_conf.c three months ago I made device unit numbers
equal to (unneeded) device minor numbers. We used to require
bitshifting, because there were eight bits in the middle that were
reserved for a device major number. Not very long after I turned
dev2unit(), minor(), unit2minor() and minor2unit() into macro's.
The unit2minor() and minor2unit() macro's were no-ops.

We'd better not remove these four macro's from the kernel, because there
is a lot of (external) code that may still depend on them. For now it's
harmless to remove all invocations of unit2minor() and minor2unit().

Reviewed by:	kib
2008-09-26 14:19:52 +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 Remove unit2minor() use from kernel code. 2008-09-26 14:19:52 +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 Remove unit2minor() use from kernel code. 2008-09-26 14:19:52 +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