diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:30 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 06:09:49 -0400 |
commit | 9b5f1e08c95a9df7de9a96a7a4240362358acd5f (patch) | |
tree | 67446bcf5164e6bf2e3adec6e4c143762206ebb3 | |
parent | 602bf0cfbdedfd988e43203d2a26bdbbab639309 (diff) |
ARM: SMDKV210: 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>
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index a27883253204..3c29e18528a5 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -72,6 +72,8 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = { | |||
72 | }; | 72 | }; |
73 | 73 | ||
74 | static struct platform_device *smdkv210_devices[] __initdata = { | 74 | static struct platform_device *smdkv210_devices[] __initdata = { |
75 | &s5pv210_device_iis0, | ||
76 | &s5pv210_device_ac97, | ||
75 | }; | 77 | }; |
76 | 78 | ||
77 | static void __init smdkv210_map_io(void) | 79 | static void __init smdkv210_map_io(void) |