Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Drt715.c155 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_amp_gain_put()
209 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_amp_gain_put()
277 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_switch_put()
325 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_switch_put()
384 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_vol_put()
434 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_vol_put()
761 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt715_set_bias_level()
778 dapm->bias_level = level; in rt715_set_bias_level()
H A Dcs42l42.c1537 int bias_level; in cs42l42_handle_button_press() local
1558 bias_level = 1; in cs42l42_handle_button_press()
1568 (cs42l42->bias_thresholds[bias_level] << in cs42l42_handle_button_press()
1574 (++bias_level < CS42L42_NUM_BIASES)); in cs42l42_handle_button_press()
1576 switch (bias_level) { in cs42l42_handle_button_press()
1578 bias_level = SND_JACK_BTN_2; in cs42l42_handle_button_press()
1582 bias_level = SND_JACK_BTN_1; in cs42l42_handle_button_press()
1586 bias_level = SND_JACK_BTN_3; in cs42l42_handle_button_press()
1590 bias_level = SND_JACK_BTN_0; in cs42l42_handle_button_press()
1594 bias_level = 0; in cs42l42_handle_button_press()
[all …]
H A Drt700.c279 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_jack_init()
310 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_jack_init()
402 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_set_amp_gain_put()
454 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt700_set_amp_gain_put()
849 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt700_set_bias_level()
865 dapm->bias_level = level; in rt700_set_bias_level()
H A Drt711.c368 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_jack_init()
451 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_jack_init()
547 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_set_amp_gain_put()
601 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt711_set_amp_gain_put()
910 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt711_set_bias_level()
H A Dsimple-mux.c62 if (priv->idle_state != MUX_IDLE_AS_IS && dapm->bias_level < SND_SOC_BIAS_PREPARE) in simple_mux_control_put()
H A 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()
H A Dnau8821.c1073 if (dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8821_eject_jack()
1150 if (nau8821->dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8821_setup_inserted_irq()
H A Dnau8824.c879 if (dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_eject_jack()
934 if (nau8824->dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_setup_auto_irq()
H A Drt5659.c3634 if (dapm->bias_level == SND_SOC_BIAS_OFF) { in rt5659_set_bias_level()
/linux-6.15/sound/soc/samsung/
H A Dtobermory.c32 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in tobermory_set_bias_level()
94 dapm->bias_level = level; in tobermory_set_bias_level_post()
H A Dlittlemill.c36 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in littlemill_set_bias_level()
98 dapm->bias_level = level; in littlemill_set_bias_level_post()
H A 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()
H A Dbells.c70 if (dapm->bias_level != SND_SOC_BIAS_STANDBY) in bells_set_bias_level()
136 dapm->bias_level = level; in bells_set_bias_level_post()
H A Dtm2_wm5110.c291 if (card->dapm.bias_level == SND_SOC_BIAS_OFF) in tm2_set_bias_level()
/linux-6.15/sound/soc/
H A Dsoc-dapm.c705 dapm->bias_level = level; in snd_soc_dapm_force_bias_level()
1804 if (d->bias_level == SND_SOC_BIAS_OFF && in dapm_pre_sequence_async()
1817 d->bias_level != SND_SOC_BIAS_ON) || in dapm_pre_sequence_async()
1819 d->bias_level == SND_SOC_BIAS_ON)) { in dapm_pre_sequence_async()
1836 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1846 if (d->bias_level == SND_SOC_BIAS_STANDBY && in dapm_post_sequence_async()
1858 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
2226 switch (dapm->bias_level) { in dapm_bias_read_file()
4846 dapm->bias_level = SND_SOC_BIAS_OFF; in snd_soc_dapm_init()
4884 if (dapm->bias_level == SND_SOC_BIAS_ON) in soc_dapm_shutdown_dapm()
[all …]
H A Dsoc-core.c1648 dapm->bias_level != SND_SOC_BIAS_OFF, in soc_probe_component()
/linux-6.15/include/sound/
H A Dsoc-dapm.h683 enum snd_soc_bias_level bias_level; member
743 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
755 return dapm->bias_level; in snd_soc_dapm_get_bias_level()