Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69d2c2ae authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Mark Brown
Browse files

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b727916a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ static int __init at91sam9g20ek_init(void)
	struct clk *pllb;
	int ret;

	if (!machine_is_at91sam9g20ek())
	if (!(machine_is_at91sam9g20ek() || machine_is_at91sam9g20ek_2mmc()))
		return -ENODEV;

	/*