summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_sai.h
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@nxp.com>2017-04-30 17:05:52 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:53:42 +0800
commitcbd9903c627320b525bb10118f57e6b548a6f06c (patch)
tree982da9464ee6f19bedfc028047031e28d2725bae /sound/soc/fsl/fsl_sai.h
parentcd3f08ca6478b402465911f575b4ef1afc5ca75b (diff)
ASoC: fsl_sai: set specific fmt for I2S XTOR
Set specific fmt, for i2s xtor receiver is in slave mode and i2s xtor transmitter is in master mode. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.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 00ea35dca011..bdf8a37cb8ca 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -160,7 +160,7 @@ struct fsl_sai {
bool slave_mode[2];
bool is_lsb_first;
bool is_dsp_mode;
- bool sai_on_imx;
+ bool i2s_xtor;
bool synchronous[2];
bool is_stream_opened[2];
unsigned int dataline[2];