Commit dee0bb9d authored by Mark Brown's avatar Mark Brown

ASoC: Mark WM8962 Additional Control 4 register as volatile

There are some status bits for microphone detection in here.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 45e65504
......@@ -21204,7 +21204,7 @@ const struct wm8962_reg_access wm8962_reg_access[WM8962_MAX_REGISTER + 1] = {
{ 0x0000, 0x0000, 0x0000 }, /* R45 */
{ 0x0000, 0x0000, 0x0000 }, /* R46 */
{ 0x000F, 0x0000, 0x0000 }, /* R47 - Thermal Shutdown Status */
{ 0x7EC7, 0x7E07, 0x0000 }, /* R48 - Additional Control (4) */
{ 0x7EC7, 0x7E07, 0xFFFF }, /* R48 - Additional Control (4) */
{ 0x00D3, 0x00D7, 0xFFFF }, /* R49 - Class D Control 1 */
{ 0x0000, 0x0000, 0x0000 }, /* R50 */
{ 0x0047, 0x0047, 0x0000 }, /* R51 - Class D Control 2 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment