[Alsa-devel] [PATCH] fix compiler warnings

2003-11-24 Thread Clemens Ladisch
Index: alsa-kernel/pci/ac97/ac97_codec.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_codec.c,v retrieving revision 1.114 diff -u -r1.114 ac97_codec.c --- alsa-kernel/pci/ac97/ac97_codec.c 20 Nov 2003 16:00:01 -

Re: [Alsa-devel] [PATCH] Fix compiler warnings and magic numbers in sscape

2003-10-12 Thread Jaroslav Kysela
On Sat, 11 Oct 2003, Chris Rankin wrote: Hi, I'm not entirely sure why this change was made because the microcode structure was never being copied onto the kernel stack. However, there The problem is with _IO*() macros. The size of passed structure can be at maximum 8192 bytes while 65536 is

[Alsa-devel] [PATCH] Fix compiler warnings and magic numbers in sscape

2003-10-11 Thread Chris Rankin
Hi, I'm not entirely sure why this change was made because the microcode structure was never being copied onto the kernel stack. However, there is certainly no need for the magic number of 65536 to be included everywhere. There was also a compiler warning in the sscape_ctl tool. Cheers, Chris