aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2018-09-01 11:26:53 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2018-09-01 11:26:53 +0000
commit8578932ddb2b7a4810c7cf366688837fe3b7ed14 (patch)
tree8831536723e04dedba8c532a47479c27f72745a1 /sys/modules/sound
parentd3d381b2b194b4d24853e92eecef55f262688d1a (diff)
downloadsrc-8578932ddb2b7a4810c7cf366688837fe3b7ed14.tar.gz
src-8578932ddb2b7a4810c7cf366688837fe3b7ed14.zip
Adding support for CS46xx MIDI output. With this patch, users can
play the MIDI files through /dev/sequencer device with tools like playmidi. The audio output will go through the external MIDI device such like wavetable synthesis card. Reviewed by: matk (a long time ago), kib Approved by: re (kib) Tested with: Terratec SiXPack 5.1+ + Yamaha DB50XG MFC after: 4 weeks
Notes
Notes: svn path=/head/; revision=338422
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/csa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/csa/Makefile b/sys/modules/sound/driver/csa/Makefile
index af02ef4f4e0d..b1a3f1fb9df4 100644
--- a/sys/modules/sound/driver/csa/Makefile
+++ b/sys/modules/sound/driver/csa/Makefile
@@ -3,7 +3,7 @@
.PATH: ${SRCTOP}/sys/dev/sound/pci
KMOD= snd_csa
-SRCS= device_if.h bus_if.h pci_if.h
-SRCS+= csa.c csapcm.c
+SRCS= device_if.h bus_if.h mpufoi_if.h pci_if.h
+SRCS+= csa.c csamidi.c csapcm.c
.include <bsd.kmod.mk>