From 17ec0f39f646ed95642a5fbe10292ad44901e496 Mon Sep 17 00:00:00 2001 From: cg Date: Sat, 23 Sep 2000 22:21:39 +0000 Subject: [PATCH] add feeder_fmt.c --- sys/conf/files | 4 +++- sys/modules/sound/pcm/Makefile | 4 +++- sys/modules/sound/sound/Makefile | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index b20fd5c187f5..30221ae452d3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -107,7 +107,7 @@ dev/aic7xxx/ahc_eisa.c optional ahc eisa dev/aic7xxx/ahc_pci.c optional ahc pci dev/aic7xxx/aic7xxx.c optional ahc dev/aic7xxx/aic7xxx_93cx6.c optional ahc -dev/aic7xxx/aic7xxx_freebsd.c optional ahc +dev/aic7xxx/aic7xxx_freebsd.c optional ahc dev/aic7xxx/aic7xxx_pci.c optional ahc pci dev/amr/amr.c optional amr dev/amr/amr_disk.c optional amr @@ -310,6 +310,8 @@ dev/sound/pcm/channel.c optional pcm dev/sound/pcm/dsp.c optional pcm dev/sound/pcm/fake.c optional pcm dev/sound/pcm/feeder.c optional pcm +dev/sound/pcm/feeder_fmt.c optional pcm +#dev/sound/pcm/feeder_rate.c optional pcm dev/sound/pcm/mixer.c optional pcm dev/sound/pcm/sound.c optional pcm #dev/sound/usb/upcm.c optional pcm usb diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile index 6886105d53fc..97f83c894dc2 100644 --- a/sys/modules/sound/pcm/Makefile +++ b/sys/modules/sound/pcm/Makefile @@ -3,6 +3,8 @@ .PATH: ${.CURDIR}/../../../dev/sound/pcm KMOD = snd_pcm SRCS = device_if.h bus_if.h isa_if.h pci_if.h -SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c +SRCS += ac97.c channel.c dsp.c fake.c +SRCS += feeder.c feeder_fmt.c +SRCS += mixer.c sound.c .include diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 6886105d53fc..97f83c894dc2 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -3,6 +3,8 @@ .PATH: ${.CURDIR}/../../../dev/sound/pcm KMOD = snd_pcm SRCS = device_if.h bus_if.h isa_if.h pci_if.h -SRCS += ac97.c channel.c dsp.c fake.c feeder.c mixer.c sound.c +SRCS += ac97.c channel.c dsp.c fake.c +SRCS += feeder.c feeder_fmt.c +SRCS += mixer.c sound.c .include