From 60c302e7c6debf2a9ee0381998c4154f5f75c48c Mon Sep 17 00:00:00 2001 From: cg Date: Sat, 23 Dec 2000 03:27:09 +0000 Subject: add sys/dev/sound/pcm/buffer.c, lefo out of last commit --- sys/conf/files | 1 + sys/modules/sound/pcm/Makefile | 2 +- sys/modules/sound/sound/Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/conf/files b/sys/conf/files index 14d186e..e53a564 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -463,6 +463,7 @@ dev/sound/pci/t4dwave.c optional pcm pci dev/sound/pci/via82c686.c optional pcm pci dev/sound/pcm/ac97.c optional pcm dev/sound/pcm/ac97_if.m optional pcm +dev/sound/pcm/buffer.c optional pcm dev/sound/pcm/channel.c optional pcm dev/sound/pcm/channel_if.m optional pcm dev/sound/pcm/dsp.c optional pcm diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile index 3cb6738..14443bf 100644 --- a/sys/modules/sound/pcm/Makefile +++ b/sys/modules/sound/pcm/Makefile @@ -5,7 +5,7 @@ KMOD = snd_pcm 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 channel.c dsp.c fake.c +SRCS += ac97.c buffer.c channel.c dsp.c fake.c SRCS += feeder.c feeder_fmt.c SRCS += mixer.c sound.c diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 3cb6738..14443bf 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -5,7 +5,7 @@ KMOD = snd_pcm 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 channel.c dsp.c fake.c +SRCS += ac97.c buffer.c channel.c dsp.c fake.c SRCS += feeder.c feeder_fmt.c SRCS += mixer.c sound.c -- cgit v1.1