]> git.karo-electronics.de Git - linux-beck.git/blobdiff - sound/soc/blackfin/bf5xx-tdm.c
Merge branch 'for-2.6.32' into for-2.6.33
[linux-beck.git] / sound / soc / blackfin / bf5xx-tdm.c
index 600987d8a871ec09774e1ebd5ee1caea80830aa1..4b360124083e7962482e045a57963776ca3c7d22 100644 (file)
@@ -70,12 +70,12 @@ static struct sport_param sport_params[2] = {
  * 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
-#define LOCAL_SPORT0_TFS (P_SPORT0_TFS)
-#else
+#ifdef CONFIG_BF527_SPORT0_PORTG
 #define LOCAL_SPORT0_TFS (0)
+#else
+#define LOCAL_SPORT0_TFS (P_SPORT0_TFS)
 #endif
 
 static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS,