diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-16 05:45:55 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-16 05:45:55 -0500 |
commit | abfe69dd2e313d0c8226ca4a12329e3d829cfd7c (patch) | |
tree | d4d4c2d4d7a3aa5284a061eb23b41986ccacedfd /sound/soc/codecs/wm8962.c | |
parent | d009f3deb788f7d06fe04c52eaf812b657a0ca68 (diff) | |
parent | a190f7867e1830a2d4c890c00b27465b863f5f59 (diff) |
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, | |||
3728 | if (ret < 0) | 3728 | if (ret < 0) |
3729 | goto err_enable; | 3729 | goto err_enable; |
3730 | 3730 | ||
3731 | regcache_cache_only(wm8962->regmap, true); | ||
3732 | |||
3731 | /* The drivers should power up as needed */ | 3733 | /* The drivers should power up as needed */ |
3732 | regulator_bulk_disable(ARRAY_SIZE(wm8962->supplies), wm8962->supplies); | 3734 | regulator_bulk_disable(ARRAY_SIZE(wm8962->supplies), wm8962->supplies); |
3733 | 3735 | ||