freebsd-src/sys/dev/sound/pcm
Bruce Evans ab85003bf5 Fixed breakage from removing the used include of <sys/buf.h> in the
previous commit:
Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of
depending on namespace pollution in <sys/buf.h>.  Only do this in the
__FreeBSD_version > 500000 case although the __FreeBSD_version < 500000
case has already rotted.
2002-09-15 08:21:14 +00:00
..
ac97.c s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. 2002-08-23 06:19:28 +00:00
ac97.h s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}. 2002-08-23 06:19:28 +00:00
ac97_if.m
buffer.c
buffer.h
channel.c Replace (ab)uses of "NULL" where "0" is really meant. 2002-08-22 21:24:01 +00:00
channel.h
channel_if.m
dsp.c Marginally simplify dsp_open error handling by adding an early test to 2002-08-28 15:19:30 +00:00
dsp.h
fake.c
feeder.c
feeder.h
feeder_fmt.c
feeder_if.m
feeder_rate.c
mixer.c
mixer.h
mixer_if.m
sndstat.c
sound.c Be sure to unregister from sndstat on unregister. Gets rid of phantom 2002-08-24 19:13:11 +00:00
sound.h Fixed breakage from removing the used include of <sys/buf.h> in the 2002-09-15 08:21:14 +00:00
vchan.c
vchan.h