diff options
author | Nikesh Oswal <noswal@nvidia.com> | 2011-10-31 11:57:17 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:49:39 -0800 |
commit | 3decc732a27ecca8ba1281e34e7ef2cb0fc8d7cd (patch) | |
tree | f50725336eac871eeae41c6774642ede6616e08b /sound | |
parent | 9bbd2db9ad50f993539dbb84540800673b36c5b6 (diff) |
asoc: max98088: set the dapm idle bias off flag
with the idle bias off flag set, dapm will turn
the codec bias off in standby
Bug: 862023
Change-Id: I21758bb08efbfba0e06dba5a129a57be38331cb9
Signed-off-by: Nikesh Oswal <noswal@nvidia.com>
Reviewed-on: http://git-master/r/61087
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Rebase-Id: Rc27d29eceff9ccfa2cf896b5aa08728b48cfe6f6
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98088.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index aa7bd0547483..79aee3c11de2 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c @@ -2039,6 +2039,7 @@ static int max98088_probe(struct snd_soc_codec *codec) int ret = 0; codec->cache_sync = 1; + codec->dapm.idle_bias_off = 1; ret = snd_soc_codec_set_cache_io(codec, 8, 8, SND_SOC_I2C); if (ret != 0) { |