diff options
author | Seungwhan Youn <sw.youn@samsung.com> | 2010-10-13 21:35:24 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 03:05:34 -0400 |
commit | 494edadd6290f6e5d36985e9d04a84ec92d2cea1 (patch) | |
tree | 5196accc554a6da031d7b6459b91ee44b49926fc /arch/arm/mach-s5pv210/mach-smdkv210.c | |
parent | 04a4fd0ae2c58943a7435de879b9714c96a1e96a (diff) |
ARM: S5PV210: Add S/PDIF platform device
This patch add S/PDIF platform device to support S/PDIF PCM audio
on S5PV210.
Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkv210.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkv210.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index 5a9c79cb63bd..ad5f7ea46817 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -104,6 +104,7 @@ static struct samsung_keypad_platdata smdkv210_keypad_data __initdata = { | |||
104 | static struct platform_device *smdkv210_devices[] __initdata = { | 104 | static struct platform_device *smdkv210_devices[] __initdata = { |
105 | &s5pv210_device_iis0, | 105 | &s5pv210_device_iis0, |
106 | &s5pv210_device_ac97, | 106 | &s5pv210_device_ac97, |
107 | &s5pv210_device_spdif, | ||
107 | &s3c_device_adc, | 108 | &s3c_device_adc, |
108 | &s3c_device_cfcon, | 109 | &s3c_device_cfcon, |
109 | &s3c_device_hsmmc0, | 110 | &s3c_device_hsmmc0, |