summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_sai.h
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2017-07-11 08:26:44 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:53:47 +0800
commitbe7bf0faa8d34dc52f1b2dda6aef3402e09c7c90 (patch)
tree3e8863e7516579ed75f099c8e69e6860f6579799 /sound/soc/fsl/fsl_sai.h
parentc709ebd03538e5ddd783a33e2ba09167e7fe6699 (diff)
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 <shengjiu.wang@nxp.com> Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r--sound/soc/fsl/fsl_sai.h2
1 files changed, 1 insertions, 1 deletions
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;