[alsa-devel] [PATCH 2/2] ASoC: tlv320aic3x: extending registers cache
Jiri Prchal
jiri.prchal at aksignal.cz
Wed Jul 4 08:12:51 CEST 2012
Adds missing register default values to cache.
Signed-off-by: Jiri Prchal <jiri.prchal at aksignal.cz>
---
sound/soc/codecs/tlv320aic3x.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 7a49390..bd03f4d 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -119,7 +119,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 */
};
/*
--
1.7.7
More information about the Alsa-devel
mailing list