Re: [Alsa-devel] [PATCH] SoundScape tweaks

2002-10-23 Thread Takashi Iwai
At Tue, 22 Oct 2002 23:58:54 +0100 (BST), Chris Rankin wrote: > > Hi, > > It really is safe to declare these parameters as __initdata because > their values are never referenced again once the module loads. (All > values are copied.) And there's also a whitespace fix. thanks, applied. Takashi

[Alsa-devel] [PATCH] SoundScape tweaks

2002-10-22 Thread Chris Rankin
Hi, It really is safe to declare these parameters as __initdata because their values are never referenced again once the module loads. (All values are copied.) And there's also a whitespace fix. Cheers, Chris Index: sscape.c === R