--- ./arch/arm/mach-omap1/omap-alsa-aic23.c_orig 2006-02-20 20:35:45.000000000 +0100 +++ ./arch/arm/mach-omap1/omap-alsa-aic23.c 2006-02-20 20:36:26.000000000 +0100 @@ -22,7 +22,7 @@ * are now in the aic23_samplerate_reg_info structure. */ -#ifdef CONFIG_SND +#if defined( CONFIG_SND) || defined(CONFIG_SND_MODULE) #include #include --- ./arch/arm/mach-omap1/omap-alsa-tsc2101.c_orig 2006-02-20 20:40:17.000000000 +0100 +++ ./arch/arm/mach-omap1/omap-alsa-tsc2101.c 2006-02-20 20:40:51.000000000 +0100 @@ -28,7 +28,7 @@ /* routines extracted from file oss/omap-audio-tsc2101.c * or called from drivers/ssi/omap-tsc2101.c */ -#ifdef CONFIG_SND +#if defined( CONFIG_SND) || defined(CONFIG_SND_MODULE) #include #include