summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
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, 4 insertions, 0 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index 439b4b48a..f540aeb 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/sound/pcm
+.PATH: ${.CURDIR}/../../../dev/sound/isa
KMOD= snd_pcm
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
@@ -9,6 +10,7 @@ SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.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
+SRCS+= sndbuf_dma.c
EXPORT_SYMS= YES # XXX evaluate
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index 439b4b48a..f540aeb 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/sound/pcm
+.PATH: ${.CURDIR}/../../../dev/sound/isa
KMOD= snd_pcm
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
@@ -9,6 +10,7 @@ SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.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
+SRCS+= sndbuf_dma.c
EXPORT_SYMS= YES # XXX evaluate
OpenPOWER on IntegriCloud