aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/Kconfig4
-rw-r--r--sound/soc/s3c24xx/om_3d7k_wm8753.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index 98816524992..5466ecc3ca6 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -53,8 +53,8 @@ config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
with the WM8753 codec
config SND_S3C24XX_SOC_OM_3D7K_WM8753
- tristate "SoC I2S Audio support for OM GTA03 - WM8753"
- depends on SND_S3C24XX_SOC && MACH_OPENMOKO_GTA03
+ tristate "SoC I2S Audio support for OM 3D7K - WM8753"
+ depends on SND_S3C24XX_SOC && MACH_OM_3D7K
select SND_S3C64XX_SOC_I2S
select SND_SOC_WM8753
help
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;
}