ASoC: fsi: PortA/B information was controlled by sh_fsi_port_info
[linux-2.6-microblaze.git] / include / sound / sh_fsi.h
index 9b1aaca..78cd77a 100644 (file)
 #define SH_FSI_BPFMD_32                (5 << 4)
 #define SH_FSI_BPFMD_16                (6 << 4)
 
+struct sh_fsi_port_info {
+       unsigned long flags;
+       int (*set_rate)(struct device *dev, int rate, int enable);
+};
+
 struct sh_fsi_platform_info {
-       unsigned long porta_flags;
-       unsigned long portb_flags;
-       int (*set_rate)(struct device *dev, int is_porta, int rate, int enable);
+       struct sh_fsi_port_info port_a;
+       struct sh_fsi_port_info port_b;
 };
 
 /*