diff options
-rw-r--r-- | sound/soc/omap/n810.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
265 | int err; | 265 | int err; |
266 | struct device *dev; | 266 | struct device *dev; |
267 | 267 | ||
268 | if (!machine_is_nokia_n810()) | 268 | if (!(machine_is_nokia_n810() || machine_is_nokia_n810_wimax())) |
269 | return -ENODEV; | 269 | return -ENODEV; |
270 | 270 | ||
271 | n810_snd_device = platform_device_alloc("soc-audio", -1); | 271 | n810_snd_device = platform_device_alloc("soc-audio", -1); |