aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files2
-rw-r--r--sys/modules/sound/pcm/Makefile2
-rw-r--r--sys/modules/sound/sound/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 604189ccf8ad..c4d5e441375d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -504,7 +504,7 @@ dev/sound/pcm/fake.c optional pcm
dev/sound/pcm/feeder.c optional pcm
dev/sound/pcm/feeder_if.m optional pcm
dev/sound/pcm/feeder_fmt.c optional pcm
-#dev/sound/pcm/feeder_rate.c optional pcm
+dev/sound/pcm/feeder_rate.c optional pcm
dev/sound/pcm/mixer.c optional pcm
dev/sound/pcm/mixer_if.m optional pcm
dev/sound/pcm/sound.c optional pcm
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index ea1b8ecdb1ea..083381538a90 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -7,7 +7,7 @@ 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 buffer.c channel.c dsp.c fake.c
-SRCS+= feeder.c feeder_fmt.c
+SRCS+= feeder.c feeder_fmt.c feeder_rate.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 ea1b8ecdb1ea..083381538a90 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -7,7 +7,7 @@ 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 buffer.c channel.c dsp.c fake.c
-SRCS+= feeder.c feeder_fmt.c
+SRCS+= feeder.c feeder_fmt.c feeder_rate.c
SRCS+= mixer.c sound.c
.include <bsd.kmod.mk>