From 3bf5344663e0bad43d2b239484218cfea3a243d0 Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Mon, 9 Apr 2001 12:04:44 +0000 Subject: 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. --- sys/modules/sound/pcm/Makefile | 2 +- sys/modules/sound/sound/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') 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 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 -- cgit v1.3