ASoC: Route all bias level updates through the core
[deliverable/linux.git] / sound / soc / codecs / rt5651.c
index 9f4c7be6d798691c70b953c65751904b68c66db1..35c9725059483e7e8dcb0c5b3e473fde9ca87f4e 100644 (file)
@@ -1625,7 +1625,7 @@ static int rt5651_probe(struct snd_soc_codec *codec)
                RT5651_PWR_FV1 | RT5651_PWR_FV2,
                RT5651_PWR_FV1 | RT5651_PWR_FV2);
 
-       rt5651_set_bias_level(codec, SND_SOC_BIAS_OFF);
+       snd_soc_codec_force_bias_level(codec, SND_SOC_BIAS_OFF);
 
        return 0;
 }
This page took 0.055599 seconds and 5 git commands to generate.