20 #include <mach/irqs.h>
22 static const char *rclksrc[] = {
44 .cfg_gpio = s5p6440_cfg_i2s,
53 static struct resource s5p64x0_i2s0_resource[] = {
60 .name =
"samsung-i2s",
62 .num_resources =
ARRAY_SIZE(s5p64x0_i2s0_resource),
63 .resource = s5p64x0_i2s0_resource,
65 .platform_data = &s5p6440_i2s_pdata,
92 .cfg_gpio = s5p6450_cfg_i2s,
102 .name =
"samsung-i2s",
104 .num_resources =
ARRAY_SIZE(s5p64x0_i2s0_resource),
105 .resource = s5p64x0_i2s0_resource,
107 .platform_data = &s5p6450_i2s0_pdata,
112 .cfg_gpio = s5p6450_cfg_i2s,
120 static struct resource s5p6450_i2s1_resource[] = {
127 .name =
"samsung-i2s",
129 .num_resources =
ARRAY_SIZE(s5p6450_i2s1_resource),
130 .resource = s5p6450_i2s1_resource,
132 .platform_data = &s5p6450_i2s_pdata,
136 static struct resource s5p6450_i2s2_resource[] = {
143 .name =
"samsung-i2s",
145 .num_resources =
ARRAY_SIZE(s5p6450_i2s2_resource),
146 .resource = s5p6450_i2s2_resource,
148 .platform_data = &s5p6450_i2s_pdata,
171 .cfg_gpio = s5p6440_pcm_cfg_gpio,
174 static struct resource s5p6440_pcm0_resource[] = {
181 .name =
"samsung-pcm",
183 .num_resources =
ARRAY_SIZE(s5p6440_pcm0_resource),
184 .resource = s5p6440_pcm0_resource,
186 .platform_data = &s5p6440_pcm_pdata,