Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/samsung/
Dtobermory.c33 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in tobermory_set_bias_level()
95 dapm->bias_level = level; in tobermory_set_bias_level_post()
Dspeyside.c71 if (card->dapm.bias_level == SND_SOC_BIAS_STANDBY) { in speyside_set_bias_level_post()
93 card->dapm.bias_level = level; in speyside_set_bias_level_post()
Dlittlemill.c37 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in littlemill_set_bias_level()
99 dapm->bias_level = level; in littlemill_set_bias_level_post()
Dbells.c71 if (dapm->bias_level != SND_SOC_BIAS_STANDBY) in bells_set_bias_level()
137 dapm->bias_level = level; in bells_set_bias_level_post()
Dtm2_wm5110.c292 if (card->dapm.bias_level == SND_SOC_BIAS_OFF) in tm2_set_bias_level()
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt700.c278 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_jack_init()
309 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_jack_init()
387 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_set_amp_gain_put()
439 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_set_amp_gain_put()
826 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt700_set_bias_level()
842 dapm->bias_level = level; in rt700_set_bias_level()
Drt711.c360 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_jack_init()
443 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_jack_init()
525 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_set_amp_gain_put()
579 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_set_amp_gain_put()
888 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt711_set_bias_level()
Dcs42l42.c1205 int bias_level; in cs42l42_handle_button_press() local
1226 bias_level = 1; in cs42l42_handle_button_press()
1236 (cs42l42->bias_thresholds[bias_level] << in cs42l42_handle_button_press()
1242 (++bias_level < CS42L42_NUM_BIASES)); in cs42l42_handle_button_press()
1244 switch (bias_level) { in cs42l42_handle_button_press()
Drt715.c164 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_amp_gain_put()
496 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt715_set_bias_level()
513 dapm->bias_level = level; in rt715_set_bias_level()
Dcs53l30.c661 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) in cs53l30_set_bias_level()
666 if (dapm->bias_level == SND_SOC_BIAS_OFF) { in cs53l30_set_bias_level()
Dnau8824.c895 if (dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_eject_jack()
947 if (nau8824->dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_setup_auto_irq()
Drt5659.c3635 if (dapm->bias_level == SND_SOC_BIAS_OFF) { in rt5659_set_bias_level()
/kernel/linux/linux-5.10/sound/soc/
Dsoc-dapm.c709 dapm->bias_level = level; in snd_soc_dapm_force_bias_level()
1802 if (d->bias_level == SND_SOC_BIAS_OFF && in dapm_pre_sequence_async()
1815 d->bias_level != SND_SOC_BIAS_ON) || in dapm_pre_sequence_async()
1817 d->bias_level == SND_SOC_BIAS_ON)) { in dapm_pre_sequence_async()
1834 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1844 if (d->bias_level == SND_SOC_BIAS_STANDBY && in dapm_post_sequence_async()
1856 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
2048 if (d != &card->dapm && d->bias_level != d->target_bias_level) in dapm_power_widgets()
2072 if (d != &card->dapm && d->bias_level != d->target_bias_level) in dapm_power_widgets()
2180 switch (dapm->bias_level) { in dapm_bias_read_file()
[all …]
Dsoc-core.c1224 dapm->bias_level != SND_SOC_BIAS_OFF, in soc_probe_component()
/kernel/linux/linux-5.10/include/sound/
Dsoc-dapm.h689 enum snd_soc_bias_level bias_level; member
748 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
760 return dapm->bias_level; in snd_soc_dapm_get_bias_level()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dkbl_rt5663_rt5514_max98927.c702 if (dapm->bias_level == SND_SOC_BIAS_ON) { in kabylake_set_bias_level()