[Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Russell King
This is part of a patch series to clean up sound/core/Makefile in Linux 2.6.4-rc1. - Add SND_TIMER, SND_PCM, SND_HWDEP and SND_RAWMIDI configuration symbols. These symbols select which modules in sound/core get built, building snd-timer, snd-pcm, snd-hwdep and snd-rawmidi respectively. - Add

Re: [Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Takashi Iwai
At Mon, 1 Mar 2004 14:42:31 +, Russell King wrote: > > This is part of a patch series to clean up sound/core/Makefile in Linux > 2.6.4-rc1. > > - Add SND_TIMER, SND_PCM, SND_HWDEP and SND_RAWMIDI configuration symbols. > These symbols select which modules in sound/core get built, building >

Re: [Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Jaroslav Kysela
On Mon, 1 Mar 2004, Takashi Iwai wrote: > thanks, a nice work! > > i vote for inclusion of this patchset. > (although we'll have a lot of work for 2.2/2.4 environment...) Yes, we need parsing of the Kconfig files now. Jaroslav - Jaroslav Kyse

Re: [Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Takashi Iwai
At Mon, 1 Mar 2004 16:28:28 +0100 (CET), Jaroslav wrote: > > On Mon, 1 Mar 2004, Takashi Iwai wrote: > > > thanks, a nice work! > > > > i vote for inclusion of this patchset. > > (although we'll have a lot of work for 2.2/2.4 environment...) > > Yes, we need parsing of the Kconfig files now. o

Re: [Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Jaroslav Kysela
On Mon, 1 Mar 2004, Takashi Iwai wrote: > > Yes, we need parsing of the Kconfig files now. > > or, provide different Makefiles for old kernels? I think that replacing mod-deps utility will be fine for the future maintenance. Jaroslav - Jaros

Re: [Alsa-devel] [PATCH] 1/5 Clean up Linux 2.6.4-rc1 sound/core/Makefile

2004-03-01 Thread Russell King
On Mon, Mar 01, 2004 at 04:27:42PM +0100, Takashi Iwai wrote: > i vote for inclusion of this patchset. > (although we'll have a lot of work for 2.2/2.4 environment...) I plan to do some more of this over the coming weeks, but I'll pause for the time being - I don't want to bloat my local tree with