diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-21 16:30:02 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:51:28 -0800 |
commit | f52d83d401eb7ee0a26a734537c4ac69fb08106d (patch) | |
tree | 0573db2a07d01b00ea56bea99f17ae4a08824b66 /sound | |
parent | 803f3af27f4f983ae1d6ca4886c635991da38720 (diff) | |
download | kernel_samsung_crespo-f52d83d401eb7ee0a26a734537c4ac69fb08106d.zip kernel_samsung_crespo-f52d83d401eb7ee0a26a734537c4ac69fb08106d.tar.gz kernel_samsung_crespo-f52d83d401eb7ee0a26a734537c4ac69fb08106d.tar.bz2 |
ASoC: Also avoid powering up WM8994 VMID on boot
Since we're not bringing it up on resume let's do the same on first boot
also.
Change-Id: I1ca11608ed400d7224c9a40ea55ed6922aaabbfb
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rwxr-xr-x | sound/soc/codecs/wm8994_samsung.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm8994_samsung.c b/sound/soc/codecs/wm8994_samsung.c index f08a53a..c119f57 100755 --- a/sound/soc/codecs/wm8994_samsung.c +++ b/sound/soc/codecs/wm8994_samsung.c @@ -1277,12 +1277,6 @@ static int wm8994_init(struct wm8994_priv *wm8994_private, wm8994_write(codec, WM8994_SOFTWARE_RESET, 0x0000); - wm8994_write(codec, WM8994_POWER_MANAGEMENT_1, - 0x3 << WM8994_VMID_SEL_SHIFT | WM8994_BIAS_ENA); - msleep(50); - wm8994_write(codec, WM8994_POWER_MANAGEMENT_1, - WM8994_VMID_SEL_NORMAL | WM8994_BIAS_ENA); - wm8994->hw_version = wm8994_read(codec, 0x100); wm8994_socdev->card->codec = codec; |