Searched refs:target_bias_level (Results 1 – 2 of 2) sorted by relevance
1264 d->target_bias_level != SND_SOC_BIAS_OFF) { in dapm_pre_sequence_async()1275 if (d->bias_level != d->target_bias_level) { in dapm_pre_sequence_async()1293 (d->target_bias_level == SND_SOC_BIAS_STANDBY || in dapm_post_sequence_async()1294 d->target_bias_level == SND_SOC_BIAS_OFF)) { in dapm_post_sequence_async()1303 d->target_bias_level == SND_SOC_BIAS_OFF) { in dapm_post_sequence_async()1314 d->target_bias_level == SND_SOC_BIAS_ON) { in dapm_post_sequence_async()1426 d->target_bias_level = SND_SOC_BIAS_OFF; in dapm_power_widgets()1428 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()1471 if (d->target_bias_level < SND_SOC_BIAS_STANDBY) in dapm_power_widgets()1472 d->target_bias_level = SND_SOC_BIAS_STANDBY; in dapm_power_widgets()[all …]
555 enum snd_soc_bias_level target_bias_level; member