13 May
2014
13 May
'14
8:02 p.m.
On Tue, May 13, 2014 at 01:45:15PM +0100, Charles Keepax wrote:
The register CLASS_D_CONTROL_1 is marked as volatile because it contains a bit, DAC_MUTE, which is also mirrored in the ADC_DAC_CONTROL_1 register. This causes problems for the "Speaker Switch" control, which will report an error if the CODEC is suspended because it relies on a volatile register.
Applied, thanks. I had thought there was one of the user visible controls affected too but I guess not.