Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311086
b: refs/heads/master
c: 9c699e0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 11, 2012
1 parent 458c5d7 commit be007d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db1334098392e1278a113e629a7ae58a7453f83f
refs/heads/master: 9c699e0a9566cfb6245284ce4857d7a06b02f3b1
3 changes: 1 addition & 2 deletions trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -2837,8 +2837,6 @@ static int wm8996_probe(struct snd_soc_codec *codec)
}
}

regcache_cache_only(codec->control_data, true);

/* Apply platform data settings */
snd_soc_update_bits(codec, WM8996_LINE_INPUT_CONTROL,
WM8996_INL_MODE_MASK | WM8996_INR_MODE_MASK,
Expand Down Expand Up @@ -3211,6 +3209,7 @@ static __devinit int wm8996_i2c_probe(struct i2c_client *i2c,
goto err_regmap;
}

regcache_cache_only(wm8996->regmap, true);
regulator_bulk_disable(ARRAY_SIZE(wm8996->supplies), wm8996->supplies);

wm8996_init_gpio(wm8996);
Expand Down

0 comments on commit be007d6

Please sign in to comment.