Skip to content

Commit 9a5c543

Browse files
committed
Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus
2 parents 4b47ab4 + 50bfcf2 commit 9a5c543

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/codecs/wm8962.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3728,6 +3728,8 @@ static int wm8962_i2c_probe(struct i2c_client *i2c,
37283728
if (ret < 0)
37293729
goto err_enable;
37303730

3731+
regcache_cache_only(wm8962->regmap, true);
3732+
37313733
/* The drivers should power up as needed */
37323734
regulator_bulk_disable(ARRAY_SIZE(wm8962->supplies), wm8962->supplies);
37333735

0 commit comments

Comments
 (0)