aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/twl4030.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index 796f34cac85d..24419afd319e 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -913,6 +913,9 @@ static void twl4030_power_up(struct snd_soc_codec *codec)
913 ((byte & TWL4030_CNCL_OFFSET_START) == 913 ((byte & TWL4030_CNCL_OFFSET_START) ==
914 TWL4030_CNCL_OFFSET_START)); 914 TWL4030_CNCL_OFFSET_START));
915 915
916 /* Make sure that the reg_cache has the same value as the HW */
917 twl4030_write_reg_cache(codec, TWL4030_REG_ANAMICL, byte);
918
916 /* anti-pop when changing analog gain */ 919 /* anti-pop when changing analog gain */
917 regmisc1 = twl4030_read_reg_cache(codec, TWL4030_REG_MISC_SET_1); 920 regmisc1 = twl4030_read_reg_cache(codec, TWL4030_REG_MISC_SET_1);
918 twl4030_write(codec, TWL4030_REG_MISC_SET_1, 921 twl4030_write(codec, TWL4030_REG_MISC_SET_1,