From be7bf0faa8d34dc52f1b2dda6aef3402e09c7c90 Mon Sep 17 00:00:00 2001 From: Viorel Suman Date: Tue, 11 Jul 2017 08:26:44 +0300 Subject: MLK-13975: ASoC: fsl_sai: Refine master flag handling The patch introduces the master flag handling as function of direction and the option to provide the flag value from DTS. Signed-off-by: Shengjiu Wang Signed-off-by: Viorel Suman --- sound/soc/fsl/fsl_sai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/soc/fsl/fsl_sai.h') diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h index dbc60a18f0a2..b9cfe1887c42 100644 --- a/sound/soc/fsl/fsl_sai.h +++ b/sound/soc/fsl/fsl_sai.h @@ -160,10 +160,10 @@ struct fsl_sai { bool slave_mode[2]; bool is_lsb_first; bool is_dsp_mode; - bool i2s_xtor; bool synchronous[2]; bool is_stream_opened[2]; unsigned int dataline[2]; + unsigned int masterflag[2]; unsigned int mclk_id[2]; unsigned int mclk_streams; -- cgit v1.2.3