projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4ed5c
)
ARM: SMDKC100: Add audio devices on board
author
Jassi Brar
<jassi.brar@samsung.com>
Tue, 18 May 2010 07:02:44 +0000
(16:02 +0900)
committer
Ben 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pc100/mach-smdkc100.c
b/arch/arm/mach-s5pc100/mach-smdkc100.c
index bfe67db34f047ebd6c95d73c9bef8d5c77b5fb0c..62bf38c06ae70951b82daed7992801f463a3db42 100644
(file)
--- a/
arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/
arch/arm/mach-s5pc100/mach-smdkc100.c
@@
-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)