diff options
author | Nicolin Chen <nicoleotsuka@gmail.com> | 2017-12-17 18:52:09 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-12-19 09:25:02 +0000 |
commit | 8bc84a3344ca27836cff29bfbb42365753c9c557 (patch) | |
tree | 7a6df5f48a64d2598648568c6c1d76e3c53edb7b /sound/soc/fsl/fsl_ssi.h | |
parent | 2474e4037c4e3fe8b4fe4ab37232973d9b17a573 (diff) | |
download | lwn-8bc84a3344ca27836cff29bfbb42365753c9c557.tar.gz lwn-8bc84a3344ca27836cff29bfbb42365753c9c557.zip |
ASoC: fsl_ssi: Rename i2smode to i2s_net
Since this i2smode also includes the setting of Network mode, it
should have it in the name. This patch also adds its MASK define.
Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Tested-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Reviewed-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_ssi.h')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_ssi.h b/sound/soc/fsl/fsl_ssi.h index 52b88f1d6c6f..b61008779e3c 100644 --- a/sound/soc/fsl/fsl_ssi.h +++ b/sound/soc/fsl/fsl_ssi.h @@ -95,6 +95,7 @@ #define SSI_SCR_I2S_MODE_SLAVE 0x00000040 #define SSI_SCR_SYN 0x00000010 #define SSI_SCR_NET 0x00000008 +#define SSI_SCR_I2S_NET_MASK (SSI_SCR_NET | SSI_SCR_I2S_MODE_MASK) #define SSI_SCR_RE 0x00000004 #define SSI_SCR_TE 0x00000002 #define SSI_SCR_SSIEN 0x00000001 |