Lines Matching defs:bias
684 * snd_soc_dapm_force_bias_level() - Sets the DAPM bias level
688 * Forces the DAPM bias level to a specific state. It will call the bias level
691 * the normal bias level sequencing, meaning any intermediate states between the
694 * Note that the change in bias level is only temporary and the next time
716 * snd_soc_dapm_set_bias_level - set the bias level for the system
720 * Configure the bias (power) levels for the SoC audio device.
1810 "ASoC: Failed to turn on bias: %d\n", ret);
1821 "ASoC: Failed to prepare bias: %d\n", ret);
1833 /* If we just powered the last thing off drop to standby bias */
1839 dev_err(d->dev, "ASoC: Failed to apply standby bias: %d\n",
1843 /* If we're in standby and can support bias off then do that */
1848 dev_err(d->dev, "ASoC: Failed to turn off bias: %d\n",
1855 /* If we just powered up then move to active bias */
1860 dev_err(d->dev, "ASoC: Failed to apply active bias: %d\n",
1964 enum snd_soc_bias_level bias;
2031 /* Force all contexts in the card to the same bias state if
2034 bias = SND_SOC_BIAS_OFF;
2036 if (d->target_bias_level > bias)
2037 bias = d->target_bias_level;
2040 d->target_bias_level = bias;
2044 /* Run card bias changes at first */
2046 /* Run other bias changes in parallel */
2070 /* Run all the bias changes in parallel */
2077 /* Run card bias changes at last */
4572 * intended for use with microphone bias supplies used in microphone
4613 * intended for use with microphone bias supplies used in microphone