]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: fsl_ssi: Remove FSLSSI_I2S_RATES definition
authorFabio Estevam <fabio.estevam@nxp.com>
Wed, 5 Apr 2017 19:44:05 +0000 (16:44 -0300)
committerMark Brown <broonie@kernel.org>
Mon, 10 Apr 2017 17:48:49 +0000 (18:48 +0100)
commit580556774ad33adf427765d560f95f66cb01c295
treeabced0065fc6adf957280976c8a9201d4c4d75e1
parenta5de5b74a50113564a1e0850e2da96c37c35e55d
ASoC: fsl_ssi: Remove FSLSSI_I2S_RATES definition

The comment for the FSLSSI_I2S_RATES definition states that the
driver currently only supports I2S slave mode, which is no longer
correct.

As FSLSSI_I2S_RATES is the same as the standard SNDRV_PCM_RATE_CONTINUOUS,
just remove its definition and its comments to make the code simpler.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Timur Tabi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_ssi.c