diff options
Diffstat (limited to 'sound/soc/codecs/wm9081.c')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 81761388ccf7..3cd35a02c28c 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -820,7 +820,7 @@ static int wm9081_set_bias_level(struct snd_soc_codec *codec, | |||
820 | /* VMID 2*240k */ | 820 | /* VMID 2*240k */ |
821 | reg = snd_soc_read(codec, WM9081_BIAS_CONTROL_1); | 821 | reg = snd_soc_read(codec, WM9081_BIAS_CONTROL_1); |
822 | reg &= ~WM9081_VMID_SEL_MASK; | 822 | reg &= ~WM9081_VMID_SEL_MASK; |
823 | reg |= 0x40; | 823 | reg |= 0x04; |
824 | snd_soc_write(codec, WM9081_VMID_CONTROL, reg); | 824 | snd_soc_write(codec, WM9081_VMID_CONTROL, reg); |
825 | 825 | ||
826 | /* Standby bias current on */ | 826 | /* Standby bias current on */ |