Merge remote-tracking branch 'asoc/topic/rt5670' into asoc-next
[deliverable/linux.git] / sound / soc / codecs / max98088.c
index 805b3f8cd39df1d526543385dd273da18d40e35f..d0f45348bfbbccd35afb992f19b11255d201374c 100644 (file)
@@ -1571,7 +1571,7 @@ static int max98088_set_bias_level(struct snd_soc_codec *codec,
                break;
 
        case SND_SOC_BIAS_STANDBY:
-               if (codec->dapm.bias_level == SND_SOC_BIAS_OFF)
+               if (snd_soc_codec_get_bias_level(codec) == SND_SOC_BIAS_OFF)
                        regcache_sync(max98088->regmap);
 
                snd_soc_update_bits(codec, M98088_REG_4C_PWR_EN_IN,
@@ -1584,7 +1584,6 @@ static int max98088_set_bias_level(struct snd_soc_codec *codec,
                regcache_mark_dirty(max98088->regmap);
                break;
        }
-       codec->dapm.bias_level = level;
        return 0;
 }
 
This page took 0.037139 seconds and 5 git commands to generate.