summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-08-01 22:42:22 +0000
committernsayer <nsayer@FreeBSD.org>2000-08-01 22:42:22 +0000
commitbbb1ec8127a746260c3ffdcdd9121c07373fc053 (patch)
treec232197518b24a530226481683b53755eb0b03c0 /sys/modules/sound
parent8fdcdc760ff13965f6290b256fb552bdb6db50e6 (diff)
downloadFreeBSD-src-bbb1ec8127a746260c3ffdcdd9121c07373fc053.zip
FreeBSD-src-bbb1ec8127a746260c3ffdcdd9121c07373fc053.tar.gz
The solo driver now works for playback, so far as I can tell.
recording is still broken, but IMHO that's enough to at least "hook it up" to the rest of the kernel/module builds.
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile
index e4425e5..36f725e 100644
--- a/sys/modules/sound/driver/Makefile
+++ b/sys/modules/sound/driver/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SUBDIR = ad1816 csa csapcm ds1 emu10k1 es137x es1888 ess gusc
-SUBDIR += mss neomagic sb sbc t4dwave
+SUBDIR += mss neomagic sb sbc solo t4dwave
SUBDIR += driver
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud