Lines Matching defs:bias
1003 * snd_soc_dapm_force_bias_level() - Sets the DAPM bias level
1007 * Forces the DAPM bias level to a specific state. It will call the bias level
1010 * the normal bias level sequencing, meaning any intermediate states between the
1013 * Note that the change in bias level is only temporary and the next time
1035 * snd_soc_dapm_init_bias_level() - Initialize DAPM bias level
1054 * snd_soc_dapm_set_bias_level - set the bias level for the system
1058 * Configure the bias (power) levels for the SoC audio device.
1092 * snd_soc_dapm_get_bias_level() - Get current DAPM bias level
1093 * @dapm: The context for which to get the bias level
1095 * Returns: The current bias level of the passed DAPM context.
2067 "ASoC: Failed to turn on bias: %d\n", ret);
2078 "ASoC: Failed to prepare bias: %d\n", ret);
2090 /* If we just powered the last thing off drop to standby bias */
2096 dev_err(dapm->dev, "ASoC: Failed to apply standby bias: %d\n",
2100 /* If we're in standby and can support bias off then do that */
2105 dev_err(dapm->dev, "ASoC: Failed to turn off bias: %d\n",
2112 /* If we just powered up then move to active bias */
2117 dev_err(dapm->dev, "ASoC: Failed to apply active bias: %d\n",
2221 enum snd_soc_bias_level bias;
2288 /* Force all contexts in the card to the same bias state if
2291 bias = SND_SOC_BIAS_OFF;
2293 if (d->target_bias_level > bias)
2294 bias = d->target_bias_level;
2297 d->target_bias_level = bias;
2301 /* Run card bias changes at first */
2303 /* Run other bias changes in parallel */
2327 /* Run all the bias changes in parallel */
2334 /* Run card bias changes at last */
4653 * intended for use with microphone bias supplies used in microphone
4694 * intended for use with microphone bias supplies used in microphone