Home
last modified time | relevance | path

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

/linux/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()
769 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt715_set_bias_level()
786 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 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 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/sound/soc/samsung/
H A 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()
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 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()
H A 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()
H A Dtm2_wm5110.c292 if (card->dapm.bias_level == SND_SOC_BIAS_OFF) in tm2_set_bias_level()
/linux/sound/soc/
H A Dsoc-dapm.c706 dapm->bias_level = level; in snd_soc_dapm_force_bias_level()
1806 if (d->bias_level == SND_SOC_BIAS_OFF && in dapm_pre_sequence_async()
1819 d->bias_level != SND_SOC_BIAS_ON) || in dapm_pre_sequence_async()
1821 d->bias_level == SND_SOC_BIAS_ON)) { in dapm_pre_sequence_async()
1838 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1848 if (d->bias_level == SND_SOC_BIAS_STANDBY && in dapm_post_sequence_async()
1860 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
2046 if (d != &card->dapm && d->bias_level != d->target_bias_level) in dapm_power_widgets()
2070 if (d != &card->dapm && d->bias_level != d->target_bias_level) in dapm_power_widgets()
2227 switch (dapm->bias_level) { in dapm_bias_read_file()
[all...]
/linux/include/sound/
H A Dsoc-dapm.h696 enum snd_soc_bias_level bias_level; member
756 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
768 return dapm->bias_level; in snd_soc_dapm_get_bias_level()