diff options
Diffstat (limited to 'sound/soc/sh/siu.h')
-rw-r--r-- | sound/soc/sh/siu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index 492b1cae24cc..aa239ff7310d 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h | |||
@@ -181,8 +181,9 @@ static inline u32 siu_read32(u32 __iomem *addr) | |||
181 | #define SIU_BRGBSEL (0x108 / sizeof(u32)) | 181 | #define SIU_BRGBSEL (0x108 / sizeof(u32)) |
182 | #define SIU_BRRB (0x10c / sizeof(u32)) | 182 | #define SIU_BRRB (0x10c / sizeof(u32)) |
183 | 183 | ||
184 | extern struct snd_soc_platform siu_platform; | 184 | extern struct snd_soc_platform_driver siu_platform; |
185 | extern struct snd_soc_dai siu_i2s_dai; | 185 | extern struct snd_soc_dai_driver siu_i2s_dai; |
186 | extern struct siu_info *siu_i2s_data; | ||
186 | 187 | ||
187 | int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); | 188 | int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); |
188 | void siu_free_port(struct siu_port *port_info); | 189 | void siu_free_port(struct siu_port *port_info); |