From 6bfa9911458bc04ab850252f97994a5ef9a0bbeb Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Tue, 1 Aug 2000 22:42:22 +0000 Subject: [PATCH] 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(-) diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index e4425e5a53c..36f725e5d3c 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