diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 16:02:39 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 19:27:40 +0900 |
commit | 9e4ed5c394e64a40adc55797e885dae571e32800 (patch) | |
tree | ff7fcd8622b66cd0b4b0086c7522ac29e540a284 /arch/arm/mach-s5pc100/include | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) | |
download | talos-obmc-linux-9e4ed5c394e64a40adc55797e885dae571e32800.tar.gz talos-obmc-linux-9e4ed5c394e64a40adc55797e885dae571e32800.zip |
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/mach-s5pc100/include')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/map.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/map.h b/arch/arm/mach-s5pc100/include/mach/map.h index 4681ebe8bef6..de3891c6af0b 100644 --- a/arch/arm/mach-s5pc100/include/mach/map.h +++ b/arch/arm/mach-s5pc100/include/mach/map.h @@ -106,6 +106,13 @@ #define S5PC100_PA_I2S1 (0xF2100000) #define S5PC100_PA_I2S2 (0xF2200000) +/* AC97 */ +#define S5PC100_PA_AC97 0xF2300000 + +/* PCM */ +#define S5PC100_PA_PCM0 0xF2400000 +#define S5PC100_PA_PCM1 0xF2500000 + /* KEYPAD */ #define S5PC100_PA_KEYPAD (0xF3100000) |