Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5539a102 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Mark register cache as dirty when regulators are disabled



Otherwise we won't resync later.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1b76d2ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static int wm8962_regulator_event_##n(struct notifier_block *nb, \
	struct wm8962_priv *wm8962 = container_of(nb, struct wm8962_priv, \
						  disable_nb[n]); \
	if (event & REGULATOR_EVENT_DISABLE) { \
		regcache_cache_only(wm8962->regmap, true);	\
		regcache_mark_dirty(wm8962->regmap);	\
	} \
	return 0; \
}