Commit b191f63c authored by Daniel Mack's avatar Daniel Mack Committed by Mark Brown

ASoC: bring cs4270 feature/limitations list in sync

Removes numbers from the list of features/limitations and makes it
reflect recent changes to the code.
Signed-off-by: default avatarDaniel Mack <daniel@caiaq.de>
Acked-by: default avatarTimur Tabi <timur@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 3a638ff2
...@@ -12,14 +12,13 @@ ...@@ -12,14 +12,13 @@
* *
* Current features/limitations: * Current features/limitations:
* *
* 1) Software mode is supported. Stand-alone mode is not supported. * - Software mode is supported. Stand-alone mode is not supported.
* 2) Only I2C is supported, not SPI * - Only I2C is supported, not SPI
* 3) Only Master mode is supported, not Slave. * - Support for master and slave mode
* 4) The machine driver's 'startup' function must call * - The machine driver's 'startup' function must call
* cs4270_set_dai_sysclk() with the value of MCLK. * cs4270_set_dai_sysclk() with the value of MCLK.
* 5) Only I2S and left-justified modes are supported * - Only I2S and left-justified modes are supported
* 6) Power management is not supported * - Power management is not supported
* 7) The only supported control is volume and hardware mute (if enabled)
*/ */
#include <linux/module.h> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment