On Wed, Aug 12, 2009 at 21:23,  <[email protected]> wrote:
> Revision 7171 Author cliff Date 2009-08-12 21:23:33 -0400 (Wed, 12 Aug 2009)
>
> Log Message
>
> bug[#2424]change the definition of sport0 TFS for I2S,currently only SPORT0
> on PORTG of BF52x which works as I2S bus can't include TFS
>
> Modified Paths
>
> trunk/sound/soc/blackfin/bf5xx-i2s.c
>
> Diff
>
> Modified: trunk/sound/soc/blackfin/bf5xx-i2s.c (7170 => 7171)
>
> --- trunk/sound/soc/blackfin/bf5xx-i2s.c      2009-08-13 01:21:20 UTC (rev 
> 7170)
> +++ trunk/sound/soc/blackfin/bf5xx-i2s.c      2009-08-13 01:23:33 UTC (rev 
> 7171)
> @@ -78,10 +78,10 @@
>   * by ignoring the TFS pin when Port G is selected. This allows both
>   * ssm2602 using Port G and EMAC concurrently.
>   */
> -#ifdef CONFIG_BF527_SPORT0_PORTF
> +#ifdef CONFIG_BF527_SPORT0_PORTG
> +#define LOCAL_SPORT0_TFS (0)
> +#else
>  #define LOCAL_SPORT0_TFS (P_SPORT0_TFS)
> -#else
> -#define LOCAL_SPORT0_TFS (0)
>  #endif

shouldnt this change also be applied to the bf5xx-tdm.c file which has
the same code ?
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to