[alsa-devel] [PATCH mod-deps.c] Remove libs from toplevel driver list

Eliot Blennerhassett linux at audioscience.com
Fri Aug 31 10:10:23 CEST 2007


Add 2 more libraries to list that gets filtered out when building the list of cards for configure.
(?Can't this be done automatically somehow?)

diff -r 49001ef1e617 utils/mod-deps.c
--- a/utils/mod-deps.c	Thu Aug 30 10:22:35 2007 +0200
+++ b/utils/mod-deps.c	Fri Aug 31 20:02:20 2007 +1200
@@ -169,6 +169,8 @@ static char *no_cards[] = {
 	"SND_VERBOSE_PROCFS",
 	"SND_VERBOSE_PRINTK",
 	"SND_BIT32_EMUL",
+	"#SND_AD1848_LIB",
+	"#SND_CS4231_LIB",
 	"#SND_SB_COMMON",
 	"#SND_SB8_DSP",
 	"#SND_SB16_DSP",


More information about the Alsa-devel mailing list