[alsa-devel] [PATCH 10/10] ASoC: Cover also Nokia N810 WiMAX Edition in N810 machine driver
Mark Brown
broonie at opensource.wolfsonmicro.com
Wed Jun 11 14:47:15 CEST 2008
From: Jarkko Nikula <jarkko.nikula at nokia.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula at nokia.com>
Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
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 c32487b..c168a64 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);
--
1.5.5.3
More information about the Alsa-devel
mailing list