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

Commit 4e35b41a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd9335: Sync codec digital registers using regcache_sync_region"

parents 5bbc78bb efdc5732
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8517,7 +8517,8 @@ static int tasha_dig_core_remove_power_collapse(struct snd_soc_codec *codec)
			WCD_REGION_POWER_COLLAPSE_REMOVE,
			WCD9XXX_DIG_CORE_REGION_1);
	regcache_mark_dirty(codec->component.regmap);
	regcache_sync(codec->component.regmap);
	regcache_sync_region(codec->component.regmap,
			     TASHA_DIG_CORE_REG_MIN, TASHA_DIG_CORE_REG_MAX);

	return 0;
}