diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-11-16 21:16:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-17 18:30:21 -0500 |
commit | 7e35ac81598c9a98dee4faa77b988c4ea919d1cd (patch) | |
tree | c569cc84d3729fdf133f9db0d7478dba5c194ac1 /sound/soc/fsl/fsl_ssi.c | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) |
ASoC: fsl_ssi: Remove comment about SSI running only in slave mode
Current driver can also run in I2S master mode, so remove the old comment.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_ssi.c')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index e6955170dc42..bc19849053a5 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -67,8 +67,6 @@ | |||
67 | /** | 67 | /** |
68 | * FSLSSI_I2S_FORMATS: audio formats supported by the SSI | 68 | * FSLSSI_I2S_FORMATS: audio formats supported by the SSI |
69 | * | 69 | * |
70 | * This driver currently only supports the SSI running in I2S slave mode. | ||
71 | * | ||
72 | * The SSI has a limitation in that the samples must be in the same byte | 70 | * The SSI has a limitation in that the samples must be in the same byte |
73 | * order as the host CPU. This is because when multiple bytes are written | 71 | * order as the host CPU. This is because when multiple bytes are written |
74 | * to the STX register, the bytes and bits must be written in the same | 72 | * to the STX register, the bytes and bits must be written in the same |