Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Drt715.c105 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_amp_gain_put()
159 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_amp_gain_put()
227 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_switch_put()
275 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_switch_put()
334 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_vol_put()
384 if (dapm->bias_level <= SND_SOC_BIAS_STANDBY) in rt715_set_main_vol_put()
719 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) { in rt715_set_bias_level()
736 dapm->bias_level = level; in rt715_set_bias_level()
A Dcs42l42.c1457 int bias_level; in cs42l42_handle_button_press() local
1478 bias_level = 1; in cs42l42_handle_button_press()
1488 (cs42l42->bias_thresholds[bias_level] << in cs42l42_handle_button_press()
1494 (++bias_level < CS42L42_NUM_BIASES)); in cs42l42_handle_button_press()
1496 switch (bias_level) { in cs42l42_handle_button_press()
1498 bias_level = SND_JACK_BTN_2; in cs42l42_handle_button_press()
1502 bias_level = SND_JACK_BTN_1; in cs42l42_handle_button_press()
1506 bias_level = SND_JACK_BTN_3; in cs42l42_handle_button_press()
1510 bias_level = SND_JACK_BTN_0; in cs42l42_handle_button_press()
1514 bias_level = 0; in cs42l42_handle_button_press()
[all …]
A 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()
A 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()
A Dcs53l30.c662 if (dapm->bias_level == SND_SOC_BIAS_STANDBY) in cs53l30_set_bias_level()
667 if (dapm->bias_level == SND_SOC_BIAS_OFF) { in cs53l30_set_bias_level()
A Dnau8821.c907 if (dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8821_eject_jack()
958 if (nau8821->dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8821_setup_inserted_irq()
A Dnau8824.c866 if (dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_eject_jack()
918 if (nau8824->dapm->bias_level < SND_SOC_BIAS_PREPARE) in nau8824_setup_auto_irq()
A Drt5659.c3635 if (dapm->bias_level == SND_SOC_BIAS_OFF) { in rt5659_set_bias_level()
/linux/sound/soc/samsung/
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()
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()
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()
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()
A Dtm2_wm5110.c292 if (card->dapm.bias_level == SND_SOC_BIAS_OFF) in tm2_set_bias_level()
/linux/sound/soc/
A Dsoc-dapm.c703 dapm->bias_level = level; in snd_soc_dapm_force_bias_level()
1803 if (d->bias_level == SND_SOC_BIAS_OFF && in dapm_pre_sequence_async()
1816 d->bias_level != SND_SOC_BIAS_ON) || in dapm_pre_sequence_async()
1818 d->bias_level == SND_SOC_BIAS_ON)) { in dapm_pre_sequence_async()
1835 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
1845 if (d->bias_level == SND_SOC_BIAS_STANDBY && in dapm_post_sequence_async()
1857 if (d->bias_level == SND_SOC_BIAS_PREPARE && in dapm_post_sequence_async()
2181 switch (dapm->bias_level) { in dapm_bias_read_file()
4786 dapm->bias_level = SND_SOC_BIAS_OFF; in snd_soc_dapm_init()
4825 if (dapm->bias_level == SND_SOC_BIAS_ON) in soc_dapm_shutdown_dapm()
[all …]
A Dsoc-core.c1409 dapm->bias_level != SND_SOC_BIAS_OFF, in soc_probe_component()
/linux/include/sound/
A Dsoc-dapm.h688 enum snd_soc_bias_level bias_level; member
747 dapm->bias_level = level; in snd_soc_dapm_init_bias_level()
759 return dapm->bias_level; in snd_soc_dapm_get_bias_level()
/linux/sound/soc/intel/boards/
A Dkbl_rt5663_rt5514_max98927.c702 if (dapm->bias_level == SND_SOC_BIAS_ON) { in kabylake_set_bias_level()

Completed in 52 milliseconds