Lines Matching refs:bias_level
1533 int bias_level; in cs42l42_handle_button_press() local
1554 bias_level = 1; in cs42l42_handle_button_press()
1564 (cs42l42->bias_thresholds[bias_level] << in cs42l42_handle_button_press()
1570 (++bias_level < CS42L42_NUM_BIASES)); in cs42l42_handle_button_press()
1572 switch (bias_level) { in cs42l42_handle_button_press()
1574 bias_level = SND_JACK_BTN_2; in cs42l42_handle_button_press()
1578 bias_level = SND_JACK_BTN_1; in cs42l42_handle_button_press()
1582 bias_level = SND_JACK_BTN_3; in cs42l42_handle_button_press()
1586 bias_level = SND_JACK_BTN_0; in cs42l42_handle_button_press()
1590 bias_level = 0; in cs42l42_handle_button_press()
1622 return bias_level; in cs42l42_handle_button_press()