aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/om_3d7k_wm8753.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-03-04 15:05:41 +0000
committerAndy Green <agreen@octopus.localdomain>2009-03-04 15:05:41 +0000
commit1230bcc9fc7c72b63726731e1df8fd600dbfe96c (patch)
treedd55a3fcae19c07f40ee0e23650ba62fb54148bd /sound/soc/s3c24xx/om_3d7k_wm8753.c
parent68f30b2e0d0f04093b491052690db3fee382090a (diff)
config-3d7k-correct-alsa-driver-name.patch
Signed-off-by: Andy Green <andy@openmoko.com>
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;
}