Browse Source

ARM: S5PV310: Add AC97 support for SMDK

Enable AC97 audio device on SMDKV310 and SMDKC210.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Jassi Brar 14 years ago
parent
commit
906b9826b8
2 changed files with 2 additions and 0 deletions
  1. 1 0
      arch/arm/mach-s5pv310/mach-smdkc210.c
  2. 1 0
      arch/arm/mach-s5pv310/mach-smdkv310.c

+ 1 - 0
arch/arm/mach-s5pv310/mach-smdkc210.c

@@ -147,6 +147,7 @@ static struct platform_device *smdkc210_devices[] __initdata = {
 	&s3c_device_rtc,
 	&s3c_device_wdt,
 	&smdkc210_smsc911x,
+	&s5pv310_device_ac97,
 };
 
 static void __init smdkc210_smsc911x_init(void)

+ 1 - 0
arch/arm/mach-s5pv310/mach-smdkv310.c

@@ -147,6 +147,7 @@ static struct platform_device *smdkv310_devices[] __initdata = {
 	&s3c_device_rtc,
 	&s3c_device_wdt,
 	&smdkv310_smsc911x,
+	&s5pv310_device_ac97,
 };
 
 static void __init smdkv310_smsc911x_init(void)