summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-12-23 03:27:09 +0000
committercg <cg@FreeBSD.org>2000-12-23 03:27:09 +0000
commit60c302e7c6debf2a9ee0381998c4154f5f75c48c (patch)
tree16d9e9d4d0ead7da41083d9084cb82592c78dc70 /sys/modules/sound
parentd0b795f25b705ff883368ba3e49f31c3541d3b11 (diff)
downloadFreeBSD-src-60c302e7c6debf2a9ee0381998c4154f5f75c48c.zip
FreeBSD-src-60c302e7c6debf2a9ee0381998c4154f5f75c48c.tar.gz
add sys/dev/sound/pcm/buffer.c, lefo out of last commit
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 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
OpenPOWER on IntegriCloud