From 3decc732a27ecca8ba1281e34e7ef2cb0fc8d7cd Mon Sep 17 00:00:00 2001 From: Nikesh Oswal Date: Mon, 31 Oct 2011 11:57:17 +0530 Subject: 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 Reviewed-on: http://git-master/r/61087 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: Rc27d29eceff9ccfa2cf896b5aa08728b48cfe6f6 --- sound/soc/codecs/max98088.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sound') 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) { -- cgit v1.2.3