aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-29 14:46:37 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-30 12:31:42 -0400
commitdee0bb9d0fef4535cc52df84b5165cbe2db383d7 (patch)
tree93b0141807e3e4d7736a9e707c09393e93c6c220
parent45e655047fd64ba7eb52d14ef5acc41763c8ea34 (diff)
ASoC: Mark WM8962 Additional Control 4 register as volatile
There are some status bits for microphone detection in here. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r--sound/soc/codecs/wm8962-tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8962-tables.c b/sound/soc/codecs/wm8962-tables.c
index f21a8c1b9d47..6fa98ea0ae40 100644
--- a/sound/soc/codecs/wm8962-tables.c
+++ b/sound/soc/codecs/wm8962-tables.c
@@ -21204,7 +21204,7 @@ const struct wm8962_reg_access wm8962_reg_access[WM8962_MAX_REGISTER + 1] = {
21204 { 0x0000, 0x0000, 0x0000 }, /* R45 */ 21204 { 0x0000, 0x0000, 0x0000 }, /* R45 */
21205 { 0x0000, 0x0000, 0x0000 }, /* R46 */ 21205 { 0x0000, 0x0000, 0x0000 }, /* R46 */
21206 { 0x000F, 0x0000, 0x0000 }, /* R47 - Thermal Shutdown Status */ 21206 { 0x000F, 0x0000, 0x0000 }, /* R47 - Thermal Shutdown Status */
21207 { 0x7EC7, 0x7E07, 0x0000 }, /* R48 - Additional Control (4) */ 21207 { 0x7EC7, 0x7E07, 0xFFFF }, /* R48 - Additional Control (4) */
21208 { 0x00D3, 0x00D7, 0xFFFF }, /* R49 - Class D Control 1 */ 21208 { 0x00D3, 0x00D7, 0xFFFF }, /* R49 - Class D Control 1 */
21209 { 0x0000, 0x0000, 0x0000 }, /* R50 */ 21209 { 0x0000, 0x0000, 0x0000 }, /* R50 */
21210 { 0x0047, 0x0047, 0x0000 }, /* R51 - Class D Control 2 */ 21210 { 0x0047, 0x0047, 0x0000 }, /* R51 - Class D Control 2 */