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

Commit 60bf5b07 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Need to convert wm5100 cache sync to direct regmap usage too



ASoC knows nothing about the cache now.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b4027358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1400,7 +1400,7 @@ static int wm5100_set_bias_level(struct snd_soc_codec *codec,
				break;
			}

			snd_soc_cache_sync(codec);
			regcache_sync(wm5100->regmap);
		}
		break;