diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 19:54:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-09-23 19:54:06 +0200 |
commit | 2c9ee33d37a6f3808c4319f0849671fafa8a6f4c (patch) | |
tree | 2047f0a8460d7df8d9c96e6924be0bc97ae5d403 /sound/soc/blackfin/bf5xx-tdm.c | |
parent | ASoC: Blackfin I2S: use dai state rather than local counter (diff) | |
parent | ASoC: DaVinci: Correct McASP FIFO initialization (diff) | |
download | linux-2c9ee33d37a6f3808c4319f0849671fafa8a6f4c.tar.xz linux-2c9ee33d37a6f3808c4319f0849671fafa8a6f4c.zip |
Merge branch 'for-2.6.32' into for-2.6.33
Diffstat (limited to 'sound/soc/blackfin/bf5xx-tdm.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-tdm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/blackfin/bf5xx-tdm.c b/sound/soc/blackfin/bf5xx-tdm.c index 600987d8a871..4b360124083e 100644 --- a/sound/soc/blackfin/bf5xx-tdm.c +++ b/sound/soc/blackfin/bf5xx-tdm.c @@ -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, |