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.
This commit is contained in:
Cameron Grant 2001-04-09 12:04:44 +00:00
parent 5c7f33e12c
commit 3bf5344663
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>