On Thu, Oct 23, 2008 at 05:02:00PM +0800, Bryan Wu wrote: > +#ifdef CONFIG_BF527_SPORT0_PORTF > +#define LOCAL_SPORT0_TFS (P_SPORT0_TFS) > +#endif > + > +#ifndef CONFIG_BF527_SPORT0_PORTF > +#define LOCAL_SPORT0_TFS (0) > +#endif Perhaps I'm misreading this but shouldn't this just be: #ifdef CONFIG_BF527_SPORT0_PORTF #define LOCAL_SPORT0_TFS (P_SPORT0_TFS) #else #define LOCAL_SPORT0_TFS (0) #endif _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel