diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:27:40 -0400 |
commit | 9e4ed5c394e64a40adc55797e885dae571e32800 (patch) | |
tree | ff7fcd8622b66cd0b4b0086c7522ac29e540a284 /arch/arm/plat-samsung | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) |
ARM: S5PC100: Add audio platform devices
Define platform devices for all audio devices found on S5PC100
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/devs.h b/arch/arm/plat-samsung/include/plat/devs.h index ef69e56b2885..e03bce04a79a 100644 --- a/arch/arm/plat-samsung/include/plat/devs.h +++ b/arch/arm/plat-samsung/include/plat/devs.h | |||
@@ -80,6 +80,13 @@ extern struct platform_device s5p6442_device_iis1; | |||
80 | extern struct platform_device s5p6440_device_pcm; | 80 | extern struct platform_device s5p6440_device_pcm; |
81 | extern struct platform_device s5p6440_device_iis; | 81 | extern struct platform_device s5p6440_device_iis; |
82 | 82 | ||
83 | extern struct platform_device s5pc100_device_ac97; | ||
84 | extern struct platform_device s5pc100_device_pcm0; | ||
85 | extern struct platform_device s5pc100_device_pcm1; | ||
86 | extern struct platform_device s5pc100_device_iis0; | ||
87 | extern struct platform_device s5pc100_device_iis1; | ||
88 | extern struct platform_device s5pc100_device_iis2; | ||
89 | |||
83 | /* s3c2440 specific devices */ | 90 | /* s3c2440 specific devices */ |
84 | 91 | ||
85 | #ifdef CONFIG_CPU_S3C2440 | 92 | #ifdef CONFIG_CPU_S3C2440 |