aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sh_fsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h
index 78cd77aff1f4..b457e87fbd08 100644
--- a/include/sound/sh_fsi.h
+++ b/include/sound/sh_fsi.h
@@ -74,6 +74,8 @@
74 74
75struct sh_fsi_port_info { 75struct sh_fsi_port_info {
76 unsigned long flags; 76 unsigned long flags;
77 int tx_id;
78 int rx_id;
77 int (*set_rate)(struct device *dev, int rate, int enable); 79 int (*set_rate)(struct device *dev, int rate, int enable);
78}; 80};
79 81