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

Commit 6e132fa6 authored by Jarkko Nikula's avatar Jarkko Nikula Committed by Jaroslav Kysela
Browse files

ALSA: ASoC: Cover also Nokia N810 WiMAX Edition in N810 machine driver

parent a2e31a59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ static int __init n810_soc_init(void)
	int err;
	struct device *dev;

	if (!machine_is_nokia_n810())
	if (!(machine_is_nokia_n810() || machine_is_nokia_n810_wimax()))
		return -ENODEV;

	n810_snd_device = platform_device_alloc("soc-audio", -1);