aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/om_3d7k_wm8753.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/s3c24xx/om_3d7k_wm8753.c')
-rw-r--r--sound/soc/s3c24xx/om_3d7k_wm8753.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/om_3d7k_wm8753.c b/sound/soc/s3c24xx/om_3d7k_wm8753.c
index 8a823f12109..840ac8fc19e 100644
--- a/sound/soc/s3c24xx/om_3d7k_wm8753.c
+++ b/sound/soc/s3c24xx/om_3d7k_wm8753.c
@@ -528,7 +528,7 @@ static int __init om_3d7K_init(void)
{
int ret;
- if (!machine_is_openmoko_gta03()) {
+ if (!machine_is_om_3d7k()) {
printk(KERN_INFO "Only 3D7K supported by ASoC driver\n");
return -ENODEV;
}