Lines Matching refs:bias_level
1511 int bias_level; in cs42l42_handle_button_press() local
1532 bias_level = 1; in cs42l42_handle_button_press()
1542 (cs42l42->bias_thresholds[bias_level] << in cs42l42_handle_button_press()
1548 (++bias_level < CS42L42_NUM_BIASES)); in cs42l42_handle_button_press()
1550 switch (bias_level) { in cs42l42_handle_button_press()
1552 bias_level = SND_JACK_BTN_2; in cs42l42_handle_button_press()
1556 bias_level = SND_JACK_BTN_1; in cs42l42_handle_button_press()
1560 bias_level = SND_JACK_BTN_3; in cs42l42_handle_button_press()
1564 bias_level = SND_JACK_BTN_0; in cs42l42_handle_button_press()
1568 bias_level = 0; in cs42l42_handle_button_press()
1600 return bias_level; in cs42l42_handle_button_press()