diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 13:54:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 13:54:06 -0400 |
commit | 2c9ee33d37a6f3808c4319f0849671fafa8a6f4c (patch) | |
tree | 2047f0a8460d7df8d9c96e6924be0bc97ae5d403 /sound/soc/blackfin/bf5xx-i2s.c | |
parent | 766df6d98f9c28dfc6f72c23a010819719e4c3e0 (diff) | |
parent | 539d3d8cbe5cf7597d4c4c4428aec242f9ea5185 (diff) |
Merge branch 'for-2.6.32' into for-2.6.33
Diffstat (limited to 'sound/soc/blackfin/bf5xx-i2s.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-i2s.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c index fe2c35ddcbf4..3e6ada0dd1c4 100644 --- a/sound/soc/blackfin/bf5xx-i2s.c +++ b/sound/soc/blackfin/bf5xx-i2s.c | |||
@@ -76,12 +76,12 @@ static struct sport_param sport_params[2] = { | |||
76 | * TFS. When Port G is selected and EMAC then there is a conflict between | 76 | * TFS. When Port G is selected and EMAC then there is a conflict between |
77 | * the PHY interrupt line and TFS. Current settings prevent the conflict | 77 | * the PHY interrupt line and TFS. Current settings prevent the conflict |
78 | * by ignoring the TFS pin when Port G is selected. This allows both | 78 | * by ignoring the TFS pin when Port G is selected. This allows both |
79 | * ssm2602 using Port G and EMAC concurrently. | 79 | * codecs and EMAC using Port G concurrently. |
80 | */ | 80 | */ |
81 | #ifdef CONFIG_BF527_SPORT0_PORTF | 81 | #ifdef CONFIG_BF527_SPORT0_PORTG |
82 | #define LOCAL_SPORT0_TFS (P_SPORT0_TFS) | ||
83 | #else | ||
84 | #define LOCAL_SPORT0_TFS (0) | 82 | #define LOCAL_SPORT0_TFS (0) |
83 | #else | ||
84 | #define LOCAL_SPORT0_TFS (P_SPORT0_TFS) | ||
85 | #endif | 85 | #endif |
86 | 86 | ||
87 | static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 87 | static u16 sport_req[][7] = { {P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |