* [PATCH mod-deps.c] Remove libs from toplevel driver list
@ 2007-08-31 8:10 Eliot Blennerhassett
2007-08-31 10:49 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Eliot Blennerhassett @ 2007-08-31 8:10 UTC (permalink / raw)
To: alsa-devel
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",
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH mod-deps.c] Remove libs from toplevel driver list
2007-08-31 8:10 [PATCH mod-deps.c] Remove libs from toplevel driver list Eliot Blennerhassett
@ 2007-08-31 10:49 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2007-08-31 10:49 UTC (permalink / raw)
To: Eliot Blennerhassett; +Cc: alsa-devel
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-31 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 8:10 [PATCH mod-deps.c] Remove libs from toplevel driver list Eliot Blennerhassett
2007-08-31 10:49 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.