Merge remote-tracking branch 'asoc/topic/rt5670' into asoc-next
[deliverable/linux.git] / sound / soc / codecs / cs42l52.c
index 1589e7a881d817ab403f7a7a149cecfda4797a92..4de52c9957ac5a53c321b6eef5b805ad199a60b4 100644 (file)
@@ -897,7 +897,7 @@ static int cs42l52_set_bias_level(struct snd_soc_codec *codec,
                                    CS42L52_PWRCTL1_PDN_CODEC, 0);
                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_cache_only(cs42l52->regmap, false);
                        regcache_sync(cs42l52->regmap);
                }
@@ -908,7 +908,6 @@ static int cs42l52_set_bias_level(struct snd_soc_codec *codec,
                regcache_cache_only(cs42l52->regmap, true);
                break;
        }
-       codec->dapm.bias_level = level;
 
        return 0;
 }
@@ -956,7 +955,7 @@ static void cs42l52_beep_work(struct work_struct *work)
        struct cs42l52_private *cs42l52 =
                container_of(work, struct cs42l52_private, beep_work);
        struct snd_soc_codec *codec = cs42l52->codec;
-       struct snd_soc_dapm_context *dapm = &codec->dapm;
+       struct snd_soc_dapm_context *dapm = snd_soc_codec_get_dapm(codec);
        int i;
        int val = 0;
        int best = 0;
This page took 0.035866 seconds and 5 git commands to generate.