Hi,
this is a rework of the "ASoC: sta32x: add workaround for ESD reset issue" patch posted on Nov 9. Since the review of that patch discovered a general issue with the coefficient RAM, I split the patch into three parts: the first fixes the coef reload after power up, the second adds the missing platform configuration (in place of hard-coded values), and the third has the ESD workaround.
I think I followed all review comments, except for the ESD workaround where I decided it is much clearer to call sta32x_cache_sync() directly instead of messing around with sta32x_set_bias_level().
The patches apply to git://opensource.wolfsonmicro.com/linux-2.6-asoc.git for-3.2 and for-3.3. checkpatch.pl result is clean.
include/sound/sta32x.h | 35 +++++++++++ sound/soc/codecs/sta32x.c | 143 +++++++++++++++++++++++++++++++++++++++++---- sound/soc/codecs/sta32x.h | 1 + 3 files changed, 168 insertions(+), 11 deletions(-)
Thanks Johannes