Lines Matching defs:bias
675 * snd_soc_dapm_force_bias_level() - Sets the DAPM bias level
679 * Forces the DAPM bias level to a specific state. It will call the bias level
682 * the normal bias level sequencing, meaning any intermediate states between the
685 * Note that the change in bias level is only temporary and the next time
707 * snd_soc_dapm_set_bias_level - set the bias level for the system
711 * Configure the bias (power) levels for the SoC audio device.
1806 "ASoC: Failed to turn on bias: %d\n", ret);
1817 "ASoC: Failed to prepare bias: %d\n", ret);
1829 /* If we just powered the last thing off drop to standby bias */
1835 dev_err(d->dev, "ASoC: Failed to apply standby bias: %d\n",
1839 /* If we're in standby and can support bias off then do that */
1844 dev_err(d->dev, "ASoC: Failed to turn off bias: %d\n",
1851 /* If we just powered up then move to active bias */
1856 dev_err(d->dev, "ASoC: Failed to apply active bias: %d\n",
1954 enum snd_soc_bias_level bias;
2021 /* Force all contexts in the card to the same bias state if
2024 bias = SND_SOC_BIAS_OFF;
2026 if (d->target_bias_level > bias)
2027 bias = d->target_bias_level;
2030 d->target_bias_level = bias;
2034 /* Run card bias changes at first */
2036 /* Run other bias changes in parallel */
2060 /* Run all the bias changes in parallel */
2067 /* Run card bias changes at last */
4597 * intended for use with microphone bias supplies used in microphone
4638 * intended for use with microphone bias supplies used in microphone