Title: [7171] trunk/sound/soc/blackfin/bf5xx-i2s.c: 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
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

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
 
 static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to