diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2009-10-08 12:19:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-10-09 07:41:55 -0400 |
commit | 69d2c2ae1dffac5fcd6130e459f250ae035b678f (patch) | |
tree | 98745fdd05070568e2b2163f666f200011c502aa /sound/soc/atmel | |
parent | b727916a1f79f7a6e4603747b36a51777cb074e0 (diff) |
ASoC: at91sam9g20ek_2mmc board uses same audio connexion as at91sam9g20ek
The modified revision of at91sam9g20 Evaluation Kit rev. C and onwards share
with previous ones its audio connexion to Wolfson wm8731. Modify the SoC file
to extend the machine ID checking.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index 885ba012557e..e028744c32ce 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c | |||
@@ -207,7 +207,7 @@ static int __init at91sam9g20ek_init(void) | |||
207 | struct clk *pllb; | 207 | struct clk *pllb; |
208 | int ret; | 208 | int ret; |
209 | 209 | ||
210 | if (!machine_is_at91sam9g20ek()) | 210 | if (!(machine_is_at91sam9g20ek() || machine_is_at91sam9g20ek_2mmc())) |
211 | return -ENODEV; | 211 | return -ENODEV; |
212 | 212 | ||
213 | /* | 213 | /* |