Re: [PATCH] ASoC: wm8962: set ALC2 as non-volatile register

2015-10-26 Thread Charles Keepax
On Fri, Oct 23, 2015 at 02:18:48PM +0900, Jiada Wang wrote: > Previously ALC2 register is set as a volatile register, declare > it as one of ALC Coefficients register together with other non-volatile > registers will cause issue, in case wm8962 has enter suspend mode, > and cache_only flag is set,

Re: [PATCH] ASoC: wm8962: set ALC2 as non-volatile register

2015-10-26 Thread Charles Keepax
On Fri, Oct 23, 2015 at 02:18:48PM +0900, Jiada Wang wrote: > Previously ALC2 register is set as a volatile register, declare > it as one of ALC Coefficients register together with other non-volatile > registers will cause issue, in case wm8962 has enter suspend mode, > and cache_only flag is set,

[PATCH] ASoC: wm8962: set ALC2 as non-volatile register

2015-10-22 Thread Jiada Wang
Previously ALC2 register is set as a volatile register, declare it as one of ALC Coefficients register together with other non-volatile registers will cause issue, in case wm8962 has enter suspend mode, and cache_only flag is set, any attempt to read from ALC2 will fail. Because the 5 status bits

[PATCH] ASoC: wm8962: set ALC2 as non-volatile register

2015-10-22 Thread Jiada Wang
Previously ALC2 register is set as a volatile register, declare it as one of ALC Coefficients register together with other non-volatile registers will cause issue, in case wm8962 has enter suspend mode, and cache_only flag is set, any attempt to read from ALC2 will fail. Because the 5 status bits