]> Pileus Git - ~andy/linux/commitdiff
ASoC: tlv320aic3x: extending registers cache
authorJiri Prchal <jiri.prchal@aksignal.cz>
Wed, 4 Jul 2012 06:12:51 +0000 (08:12 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Jul 2012 11:34:27 +0000 (12:34 +0100)
Adds missing register default values to cache.

Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/tlv320aic3x.c

index 58ef59dfbae9913bc796e4021933b845fa68410c..174de66505631e6d91817432e45fd8d1e62f90e8 100644 (file)
@@ -118,7 +118,9 @@ static const u8 aic3x_reg[AIC3X_CACHEREGNUM] = {
        0x00, 0x00, 0x00, 0x00, /* 88 */
        0x00, 0x00, 0x00, 0x00, /* 92 */
        0x00, 0x00, 0x00, 0x00, /* 96 */
-       0x00, 0x00, 0x02,       /* 100 */
+       0x00, 0x00, 0x02, 0x00, /* 100 */
+       0x00, 0x00, 0x00, 0x00, /* 104 */
+       0x00, 0x00,             /* 108 */
 };
 
 #define SOC_DAPM_SINGLE_AIC3X(xname, reg, shift, mask, invert) \