Re: [Alsa-devel] [2.6 patch] sound/core/memalloc.c: fix PROC_FS=n compilation

2005-08-23 Thread Takashi Iwai
At Tue, 23 Aug 2005 03:24:25 +0200, Adrian Bunk wrote: > > On Mon, Aug 22, 2005 at 02:41:07PM +0200, Takashi Iwai wrote: > >... > > I think the below is simpler. > > Looks good. OK, it's now on ALSA tree. Thanks. Takashi - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: [Alsa-devel] [2.6 patch] sound/core/memalloc.c: fix PROC_FS=n compilation

2005-08-22 Thread Adrian Bunk
On Mon, Aug 22, 2005 at 02:41:07PM +0200, Takashi Iwai wrote: >... > I think the below is simpler. Looks good. > Takashi >... cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a prom

Re: [Alsa-devel] [2.6 patch] sound/core/memalloc.c: fix PROC_FS=n compilation

2005-08-22 Thread Takashi Iwai
At Sat, 20 Aug 2005 21:02:58 +0200, Adrian Bunk wrote: > > This patch fixes the following compile error with CONFIG_PROC_FS=n: > > <-- snip --> > > ... > CC sound/core/memalloc.o > sound/core/memalloc.c: In function 'snd_mem_exit': > sound/core/memalloc.c:658: error: 'snd_mem_proc' unde

[2.6 patch] sound/core/memalloc.c: fix PROC_FS=n compilation

2005-08-20 Thread Adrian Bunk
This patch fixes the following compile error with CONFIG_PROC_FS=n: <-- snip --> ... CC sound/core/memalloc.o sound/core/memalloc.c: In function 'snd_mem_exit': sound/core/memalloc.c:658: error: 'snd_mem_proc' undeclared (first use in this function) sound/core/memalloc.c:658: error: (Ea

[2.6 patch] sound/core/memalloc.c: fix PROC_FS=n compilation

2005-07-23 Thread Adrian Bunk
This patch fixes the following compile error with CONFIG_PROC_FS=n: <-- snip --> ... CC sound/core/memalloc.o sound/core/memalloc.c: In function 'snd_mem_exit': sound/core/memalloc.c:657: error: 'snd_mem_proc' undeclared (first use in this function) sound/core/memalloc.c:657: error: (Ea