aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/fsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh/fsi.c')
-rw-r--r--sound/soc/sh/fsi.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index a57eb96e57eb..c76344350e44 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -260,12 +260,12 @@ struct fsi_priv {
260 u32 fmt; 260 u32 fmt;
261 261
262 int chan_num:16; 262 int chan_num:16;
263 int clk_master:1; 263 unsigned int clk_master:1;
264 int clk_cpg:1; 264 unsigned int clk_cpg:1;
265 int spdif:1; 265 unsigned int spdif:1;
266 int enable_stream:1; 266 unsigned int enable_stream:1;
267 int bit_clk_inv:1; 267 unsigned int bit_clk_inv:1;
268 int lr_clk_inv:1; 268 unsigned int lr_clk_inv:1;
269}; 269};
270 270
271struct fsi_stream_handler { 271struct fsi_stream_handler {