1 Aug 2007 01:15
[PATCH] CS4270 driver does not compile with I2C disabled
Timur Tabi <timur <at> freescale.com>
2007-07-31 23:15:33 GMT
2007-07-31 23:15:33 GMT
Fix compilation errors with the CS4270 when I2C is not enabled. Updated some comments to indicate that that stand-alone mode is not fully implemented, because there is no mechanism for the CS4270 driver and the machine driver to communicate the values of various input pins. Signed-off-by: Timur Tabi <timur <at> freescale.com> --- This patch applies on top of the initial CS4270 patch, labeled "[PATCH v3] ASoC CS4270 codec device driver". sound/soc/codecs/cs4270.c | 319 ++++++++++++++++++++++++--------------------- 1 files changed, 172 insertions(+), 147 deletions(-) diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index b659a5d..8beae65 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c <at> <at> -12,9 +12,11 <at> <at> * * Current features/limitations: * - * 1) Stand-alone and software mode is supported. Stand-alone is - * automatically selected if I2C is disabled or if a CS4270 is not found - * on the I2C bus. + * 1) Software mode is supported. Stand-alone mode is automatically + * selected if I2C is disabled or if a CS4270 is not found on the I2C + * bus. However, stand-alone mode is only partially implemented because + * there is no mechanism yet for this driver and the machine driver to + * communicate the values of the M0, M1, MCLK1, and MCLK2 pins.(Continue reading)
RSS Feed