diff options
Diffstat (limited to 'include/sound/sh_fsi.h')
-rw-r--r-- | include/sound/sh_fsi.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h index 9b1aacaa82fe..78cd77aff1f4 100644 --- a/include/sound/sh_fsi.h +++ b/include/sound/sh_fsi.h | |||
@@ -72,10 +72,14 @@ | |||
72 | #define SH_FSI_BPFMD_32 (5 << 4) | 72 | #define SH_FSI_BPFMD_32 (5 << 4) |
73 | #define SH_FSI_BPFMD_16 (6 << 4) | 73 | #define SH_FSI_BPFMD_16 (6 << 4) |
74 | 74 | ||
75 | struct sh_fsi_port_info { | ||
76 | unsigned long flags; | ||
77 | int (*set_rate)(struct device *dev, int rate, int enable); | ||
78 | }; | ||
79 | |||
75 | struct sh_fsi_platform_info { | 80 | struct sh_fsi_platform_info { |
76 | unsigned long porta_flags; | 81 | struct sh_fsi_port_info port_a; |
77 | unsigned long portb_flags; | 82 | struct sh_fsi_port_info port_b; |
78 | int (*set_rate)(struct device *dev, int is_porta, int rate, int enable); | ||
79 | }; | 83 | }; |
80 | 84 | ||
81 | /* | 85 | /* |