Title: [7380] trunk/sound/soc/blackfin/bf5xx-tdm.c: As commented by Cliff
Revision
7380
Author
bhsong
Date
2009-09-17 22:50:07 -0400 (Thu, 17 Sep 2009)

Log Message

As commented by Cliff
change PORTG/EMAC conflict issue for tdm in the same way with i2s

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/bf5xx-tdm.c (7379 => 7380)


--- trunk/sound/soc/blackfin/bf5xx-tdm.c	2009-09-18 02:23:34 UTC (rev 7379)
+++ trunk/sound/soc/blackfin/bf5xx-tdm.c	2009-09-18 02:50:07 UTC (rev 7380)
@@ -70,12 +70,12 @@
  * TFS. When Port G is selected and EMAC then there is a conflict between
  * the PHY interrupt line and TFS.  Current settings prevent the conflict
  * by ignoring the TFS pin when Port G is selected. This allows both
- * ssm2602 using Port G and EMAC concurrently.
+ * codecs and EMAC using Port G 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