ASoC: tlv320aic3x: Remove nonsense comment for register cache
authorMark Brown <broonie@linaro.org>
Mon, 23 Sep 2013 19:07:12 +0000 (20:07 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 24 Sep 2013 18:32:54 +0000 (19:32 +0100)
Every statement in this comment is incorrect either through bitrot or
(mostly) through never having corresponded to reality in the first place.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/tlv320aic3x.c

index 6e3f269243e050fe5149e60807c0e41cbf6e4147..3abbff3fe888f5702b6cee218988602b01b0f418 100644 (file)
@@ -90,12 +90,6 @@ struct aic3x_priv {
        enum aic3x_micbias_voltage micbias_vg;
 };
 
-/*
- * AIC3X register cache
- * We can't read the AIC3X register space when we are
- * using 2 wire for device control, so we cache them instead.
- * There is no point in caching the reset register
- */
 static const u8 aic3x_reg[AIC3X_CACHEREGNUM] = {
        0x00, 0x00, 0x00, 0x10, /* 0 */
        0x04, 0x00, 0x00, 0x00, /* 4 */
This page took 0.027277 seconds and 5 git commands to generate.