freebsd-dev/sys/dev/sound/pcm
Ariff Abdullah 0e86bad6e3 PCMMKMINOR() bit twiddling, so we can have:
- 2048 unique sound cards (dsp0 -> dsp2047)
    (used to be 15)
  - 32 unique device types  (dspW, audio, mixer, sndstat, .. 32th)
    (used to be 15)
  -  256 unique cloneable devices (dsp%d.0 -> dsp%d.255)
    (unchanged)
2007-05-06 16:46:23 +00:00
..
ac97_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
ac97_patch.c - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +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 - AC97 quirk / patch cleanups. Most quirks doesn't work in general sense 2007-04-19 13:54:22 +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 sndbuf_alloc() now accept dmaflags argument which will be forwarded to 2007-04-18 18:26:41 +00:00
buffer.h sndbuf_alloc() now accept dmaflags argument which will be forwarded to 2007-04-18 18:26:41 +00:00
channel_if.m [stage: 5/9] 2007-03-16 17:16:24 +00:00
channel.c - Don't wakeup() unnecessarily, so the behavior of dead interrupt or 2007-04-02 03:03:06 +00:00
channel.h Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes 2006-11-26 12:24:06 +00:00
dsp.c [stage: 7/9] 2007-03-16 17:17:25 +00:00
dsp.h Put #ifndef... after the license. 2007-01-31 12:10:48 +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 [stage: 5/9] 2007-03-16 17:16:24 +00:00
feeder_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
feeder_rate.c [stage: 6/9] 2007-03-16 17:16:56 +00:00
feeder_volume.c [stage: 3.1/9] 2007-03-16 17:14:19 +00:00
feeder.c [stage: 4/9] 2007-03-16 17:15:33 +00:00
feeder.h [stage: 4/9] 2007-03-16 17:15:33 +00:00
mixer_if.m Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
mixer.c Revert busy refcount back to int. As a side note, multiple open 2007-04-02 10:24:15 +00:00
mixer.h Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definition 2006-09-30 01:24:22 +00:00
sndstat.c [stage: 1/9] 2007-03-16 17:13:12 +00:00
sound.c Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. 2007-03-15 18:19:01 +00:00
sound.h PCMMKMINOR() bit twiddling, so we can have: 2007-05-06 16:46:23 +00:00
vchan.c Enforce sample size alignment on first direct-copy channel. 2007-03-18 18:26:40 +00:00
vchan.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00