summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-09-23 22:21:39 +0000
committercg <cg@FreeBSD.org>2000-09-23 22:21:39 +0000
commit65ed2208ecd6bc3648adca85ad4749be0f620ddf (patch)
tree46b18f52856c8e11438ef0bc8153b41aaa93d8cc /sys/modules/sound
parent3e27c54902727d84e74d340ce28456d36e4a6a8d (diff)
downloadFreeBSD-src-65ed2208ecd6bc3648adca85ad4749be0f620ddf.zip
FreeBSD-src-65ed2208ecd6bc3648adca85ad4749be0f620ddf.tar.gz
add feeder_fmt.c
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/pcm/Makefile4
-rw-r--r--sys/modules/sound/sound/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index 6886105..97f83c8 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -3,6 +3,8 @@
.PATH: ${.CURDIR}/../../../dev/sound/pcm
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
-SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
+SRCS += ac97.c channel.c dsp.c fake.c
+SRCS += feeder.c feeder_fmt.c
+SRCS += mixer.c sound.c
.include <bsd.kmod.mk>
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index 6886105..97f83c8 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -3,6 +3,8 @@
.PATH: ${.CURDIR}/../../../dev/sound/pcm
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
-SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c
+SRCS += ac97.c channel.c dsp.c fake.c
+SRCS += feeder.c feeder_fmt.c
+SRCS += mixer.c sound.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud