30 Apr
2012
30 Apr
'12
11:11 a.m.
On Sun, Apr 29, 2012 at 05:37:57PM +0200, Eric Bénard wrote:
- commit f9dfbf9 "ASoC: tlv320aic23: convert to soc-cache" leads to
a bug preventing resumeof the codec as regmap expects a 9 bits data register but 0xFFFF is passed in tlv320aic23_set_bias_level and this values gets cached preventing any write to the TLV320AIC23_PWR register as the final value produced by regmap is (register << 9) | value
Applied, thanks.