Home
last modified time | relevance | path

Searched refs:bias_level (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
Dtobermory.c34 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in tobermory_set_bias_level()
92 dapm->bias_level = level; in tobermory_set_bias_level_post()
Dlittlemill.c38 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in littlemill_set_bias_level()
96 dapm->bias_level = level; in littlemill_set_bias_level_post()
Dspeyside.c68 if (card->dapm.bias_level == SND_SOC_BIAS_STANDBY) { in speyside_set_bias_level_post()
90 card->dapm.bias_level = level; in speyside_set_bias_level_post()
Dbells.c71 if (dapm->bias_level != SND_SOC_BIAS_STANDBY) in bells_set_bias_level()
132 dapm->bias_level = level; in bells_set_bias_level_post()
/linux-4.4.14/sound/soc/fsl/
Dimx-wm8962.c84 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in imx_wm8962_set_bias_level()
109 if (dapm->bias_level == SND_SOC_BIAS_PREPARE) { in imx_wm8962_set_bias_level()
Dfsl-asoc-card.c236 if (dapm->bias_level != SND_SOC_BIAS_STANDBY) in fsl_asoc_card_set_bias_level()
261 if (dapm->bias_level != SND_SOC_BIAS_PREPARE) in fsl_asoc_card_set_bias_level()
/linux-4.4.14/sound/soc/
Dsoc-dapm.c645 dapm->bias_level = level; in snd_soc_dapm_force_bias_level()
1616 if (d->bias_level == SND_SOC_BIAS_OFF && in dapm_pre_sequence_async()
1629 d->bias_level != SND_SOC_BIAS_ON) || in dapm_pre_sequence_async()
1631 d->bias_level == SND_SOC_BIAS_ON)) { in dapm_pre_sequence_async()
1648 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1658 if (d->bias_level == SND_SOC_BIAS_STANDBY && in dapm_post_sequence_async()
1670 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1988 switch (dapm->bias_level) { in dapm_bias_read_file()
2002 WARN(1, "Unknown bias_level %d\n", dapm->bias_level); in dapm_bias_read_file()
4254 if (dapm->bias_level == SND_SOC_BIAS_ON) in soc_dapm_shutdown_dapm()
[all …]
Dsoc-core.c1158 dapm->bias_level != SND_SOC_BIAS_OFF, in soc_probe_component()
1595 card->dapm.bias_level = SND_SOC_BIAS_OFF; in snd_soc_instantiate_card()
2670 dapm->bias_level = SND_SOC_BIAS_OFF; in snd_soc_component_initialize()
/linux-4.4.14/include/sound/
Dsoc-dapm.h615 enum snd_soc_bias_level bias_level; member
670 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
682 return dapm->bias_level; in snd_soc_dapm_get_bias_level()