29 May
2009
29 May
'09
8:22 a.m.
Hello,
The twl4030_init_chip used the twl4030_reg array directly to set the default register values. In other places the defaults has been modified in the codec->reg_cache (prime example is the Headset ramp delay configuration).
Switch using the codec->reg_cache in the twl4030_init_chip function, so updated defaults will be actually used.
--- Peter Ujfalusi (1): ASoC: TWL4030: Use reg_cache in twl4030_init_chip
sound/soc/codecs/twl4030.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)