ARM: SMDKC100: Add audio devices on board
authorJassi Brar <jassi.brar@samsung.com>
Tue, 18 May 2010 07:02:44 +0000 (16:02 +0900)
committerBen Dooks <ben-linux@fluff.org>
Thu, 20 May 2010 10:27:41 +0000 (19:27 +0900)
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>
arch/arm/mach-s5pc100/mach-smdkc100.c

index bfe67db34f047ebd6c95d73c9bef8d5c77b5fb0c..62bf38c06ae70951b82daed7992801f463a3db42 100644 (file)
@@ -150,6 +150,8 @@ static struct platform_device *smdkc100_devices[] __initdata = {
        &s3c_device_hsmmc1,
        &s3c_device_hsmmc2,
        &smdkc100_lcd_powerdev,
+       &s5pc100_device_iis0,
+       &s5pc100_device_ac97,
 };
 
 static void __init smdkc100_map_io(void)
This page took 0.028261 seconds and 5 git commands to generate.