From bbb1ec8127a746260c3ffdcdd9121c07373fc053 Mon Sep 17 00:00:00 2001 From: nsayer Date: Tue, 1 Aug 2000 22:42:22 +0000 Subject: 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. --- sys/modules/sound/driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/sound') 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 -- cgit v1.1