From 6e132fa668d48a5a6fae6c24f6104e44b1ec1049 Mon Sep 17 00:00:00 2001 From: Jarkko Nikula Date: Wed, 11 Jun 2008 13:47:15 +0100 Subject: ALSA: ASoC: Cover also Nokia N810 WiMAX Edition in N810 machine driver Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/soc/omap/n810.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc') diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index c32487b6c7b0..c168a64e3162 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c @@ -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); -- cgit v1.2.3