diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:50 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 06:09:50 -0400 |
commit | 070c808546f69bc37db14db96e043a3b8894e0e2 (patch) | |
tree | b42e2e5ed97caaad0e9da4d89c2b44f93366439f /arch/arm/plat-samsung | |
parent | 95fa6e6cd34d33915504d207a832920d98e4e932 (diff) |
ARM: S5P6442: Add audio platform devices
Define platform devices for all audio devices found on S5P6442
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/devs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/devs.h b/arch/arm/plat-samsung/include/plat/devs.h index d8fda3a6db62..ebf0387fb201 100644 --- a/arch/arm/plat-samsung/include/plat/devs.h +++ b/arch/arm/plat-samsung/include/plat/devs.h | |||
@@ -72,6 +72,11 @@ extern struct platform_device s5pv210_device_iis0; | |||
72 | extern struct platform_device s5pv210_device_iis1; | 72 | extern struct platform_device s5pv210_device_iis1; |
73 | extern struct platform_device s5pv210_device_iis2; | 73 | extern struct platform_device s5pv210_device_iis2; |
74 | 74 | ||
75 | extern struct platform_device s5p6442_device_pcm0; | ||
76 | extern struct platform_device s5p6442_device_pcm1; | ||
77 | extern struct platform_device s5p6442_device_iis0; | ||
78 | extern struct platform_device s5p6442_device_iis1; | ||
79 | |||
75 | /* s3c2440 specific devices */ | 80 | /* s3c2440 specific devices */ |
76 | 81 | ||
77 | #ifdef CONFIG_CPU_S3C2440 | 82 | #ifdef CONFIG_CPU_S3C2440 |