summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2003-02-07 16:26:45 +0000
committerOrion Hodson <orion@FreeBSD.org>2003-02-07 16:26:45 +0000
commit139e06603ebbd8a8fa04a249fed4f857132fe0dc (patch)
tree360f9a575cc46583dfa0f6ed8c3cbdcd3fe71426 /sys/modules
parent9cae9991982cc04ba8bc1054aa731be73a652160 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sound/pcm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index a76cc35aeac7..ed54ad183dd1 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -5,8 +5,8 @@ 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 buffer.c channel.c dsp.c fake.c
-SRCS += feeder.c feeder_fmt.c feeder_rate.c
+SRCS += ac97.c ac97_patch.c buffer.c channel.c dsp.c
+SRCS += fake.c feeder.c feeder_fmt.c feeder_rate.c
SRCS += mixer.c sndstat.c sound.c vchan.c
.include <bsd.kmod.mk>