Skip to content

Commit

Permalink
ASoC: tlv320aic3x: Remove nonsense comment for register cache
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Sep 24, 2013
1 parent c9f3de4 commit a16bbe4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a16bbe4

Please sign in to comment.