aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-12-18 06:39:01 +0000
committerBrian Feldman <green@FreeBSD.org>2000-12-18 06:39:01 +0000
commit2ab4063613f27e4b89919092263997554ae3b86f (patch)
tree19aedca446352fdde38215bc341af17f114c53cf /sys/modules/sound
parent180a517bb7305f47f231d87f4f466d4aa3fa6e22 (diff)
downloadsrc-2ab4063613f27e4b89919092263997554ae3b86f.tar.gz
src-2ab4063613f27e4b89919092263997554ae3b86f.zip
Unbreak the modules after the last commit (newpcm kobjification).
Notes
Notes: svn path=/head/; revision=70142
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/pcm/Makefile3
-rw-r--r--sys/modules/sound/sound/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index 1c30fab654a1..3cb67388e3b1 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -4,8 +4,9 @@
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
+SRCS += ac97_if.c channel_if.c feeder_if.c mixer_if.c
SRCS += ac97.c channel.c dsp.c fake.c
-SRCS += feeder.c feeder_fmt.c feeder_rate.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 1c30fab654a1..3cb67388e3b1 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -4,8 +4,9 @@
KMOD = snd_pcm
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += ac97_if.h channel_if.h feeder_if.h mixer_if.h
+SRCS += ac97_if.c channel_if.c feeder_if.c mixer_if.c
SRCS += ac97.c channel.c dsp.c fake.c
-SRCS += feeder.c feeder_fmt.c feeder_rate.c
+SRCS += feeder.c feeder_fmt.c
SRCS += mixer.c sound.c
.include <bsd.kmod.mk>