Browse Source

ARM: SMDKC110: Add audio devices on board

Add audio platform devices on the smdk by default.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Jassi Brar 15 years ago
parent
commit
95fa6e6cd3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-s5pv210/mach-smdkc110.c

+ 2 - 0
arch/arm/mach-s5pv210/mach-smdkc110.c

@@ -72,6 +72,8 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
 };
 
 static struct platform_device *smdkc110_devices[] __initdata = {
+	&s5pv210_device_iis0,
+	&s5pv210_device_ac97,
 };
 
 static void __init smdkc110_map_io(void)