Re: [PATCH 4/4] ASoC: Blackfin: update SPORT0 port selector of i2s driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux