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

Commit 1b76d2ee authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8996: 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 a188fcba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ static int wm8996_regulator_event_##n(struct notifier_block *nb, \
	struct wm8996_priv *wm8996 = container_of(nb, struct wm8996_priv, \
						  disable_nb[n]); \
	if (event & REGULATOR_EVENT_DISABLE) { \
		regcache_cache_only(wm8996->regmap, true);	\
		regcache_mark_dirty(wm8996->regmap);	\
	} \
	return 0; \
}