From 264a5db9baa6e2cd7c79d31659a8e6bded23137b Mon Sep 17 00:00:00 2001 From: Jarkko Nikula Date: Wed, 11 Jun 2008 13:47:15 +0100 Subject: [PATCH] --- yaml --- r: 99110 b: refs/heads/master c: 6e132fa668d48a5a6fae6c24f6104e44b1ec1049 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/omap/n810.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bbb367c5323c..a62c8c08350e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2e31a595ea74120a5e9de91fce56dd835edff94 +refs/heads/master: 6e132fa668d48a5a6fae6c24f6104e44b1ec1049 diff --git a/trunk/sound/soc/omap/n810.c b/trunk/sound/soc/omap/n810.c index c32487b6c7b0..c168a64e3162 100644 --- a/trunk/sound/soc/omap/n810.c +++ b/trunk/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);