diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-16 11:45:55 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-16 11:45:55 +0100 |
commit | abfe69dd2e313d0c8226ca4a12329e3d829cfd7c (patch) | |
tree | d4d4c2d4d7a3aa5284a061eb23b41986ccacedfd /sound/soc/codecs/wm8962.c | |
parent | ALSA: hda - load EQ params into IDT codec on HP bNB13 systems (diff) | |
parent | Merge remote-tracking branch 'asoc/fix/wm8962' into asoc-linus (diff) | |
download | linux-abfe69dd2e313d0c8226ca4a12329e3d829cfd7c.tar.xz linux-abfe69dd2e313d0c8226ca4a12329e3d829cfd7c.zip |
Merge tag 'asoc-v3.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v3.13
A few fixes in drivers, the i.MX and wm8962 fixes are for a pretty nasty
issues for users of those drivers if they run into them.
Diffstat (limited to 'sound/soc/codecs/wm8962.c')
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index ac1ff9947a90..543c5c2631b6 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -3728,6 +3728,8 @@ static int wm8962_i2c_probe(struct i2c_client *i2c, if (ret < 0) goto err_enable; + regcache_cache_only(wm8962->regmap, true); + /* The drivers should power up as needed */ regulator_bulk_disable(ARRAY_SIZE(wm8962->supplies), wm8962->supplies); |