[alsa-devel] [PATCH mod-deps.c] Remove libs from toplevel driver list
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",
At Fri, 31 Aug 2007 20:10:23 +1200, Eliot Blennerhassett wrote:
Add 2 more libraries to list that gets filtered out when building the list of cards for configure.
Applied. Thanks.
(?Can't this be done automatically somehow?)
Yeah, we can always dream... ;)
The whole configure and build process can be improved more. For example, the kconfig option and card selections via configure options aren't comfortable right now.
Takashi
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",
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Eliot Blennerhassett
-
Takashi Iwai