Index: acore/misc.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/acore/misc.c,v retrieving revision 1.24 diff -u -r1.24 misc.c --- acore/misc.c 29 Jun 2004 15:58:54 -0000 1.24 +++ acore/misc.c 30 Jun 2004 09:36:15 -0000 @@ -239,7 +239,7 @@ #endif #ifndef CONFIG_HAVE_KCALLOC -#ifdef CONFIG_SND_DEBUG_MEMORY +#ifndef CONFIG_SND_DEBUG_MEMORY /* Don't put this to wrappers.c. We need to call the kmalloc wrapper here. */ void *snd_compat_kcalloc(size_t n, size_t size, int flags) {