summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-04-09 12:04:44 +0000
committercg <cg@FreeBSD.org>2001-04-09 12:04:44 +0000
commite8d6cf8f4b769dfbd3f03a2c0e97e9c4e1ac4894 (patch)
tree2acf660bc760065e275dfc08a01585eff8623173 /sys/modules/sound
parentbb5c93f5b8b7dcfb0da3840709b34f4da7a5879c (diff)
downloadFreeBSD-src-e8d6cf8f4b769dfbd3f03a2c0e97e9c4e1ac4894.zip
FreeBSD-src-e8d6cf8f4b769dfbd3f03a2c0e97e9c4e1ac4894.tar.gz
enable the rate conversion feeder.
the main benefit this gives for now is that via686 audio devices on motherboards with ac97 codecs that do not support vra will be able to use sample rates other than 48khz.
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/pcm/Makefile2
-rw-r--r--sys/modules/sound/sound/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index ea1b8ec..0833815 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 ea1b8ec..0833815 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>
OpenPOWER on IntegriCloud