aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap')
-rw-r--r--sound/soc/omap/rx51.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c
index 249cd230ad8f..611179c3bca4 100644
--- a/sound/soc/omap/rx51.c
+++ b/sound/soc/omap/rx51.c
@@ -396,7 +396,7 @@ static int __init rx51_soc_init(void)
396{ 396{
397 int err; 397 int err;
398 398
399 if (!machine_is_nokia_rx51()) 399 if (!machine_is_nokia_rx51() && !of_machine_is_compatible("nokia,omap3-n900"))
400 return -ENODEV; 400 return -ENODEV;
401 401
402 err = gpio_request_one(RX51_TVOUT_SEL_GPIO, 402 err = gpio_request_one(RX51_TVOUT_SEL_GPIO,