Lines Matching refs:PIN_HP
2040 val = PIN_HP; in parse_output_paths()
2045 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths()
2047 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths()
2561 val = PIN_HP; in update_hp_mic()
2638 if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP) in out_jack_mode_get()
2652 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put()
2915 if (out_jacks > 1 && val == PIN_HP) in get_cur_hp_mic_jack_mode()
2954 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put()
2956 val = PIN_HP; in hp_mic_jack_mode_put()
2962 val &= ~(AC_PINCTL_VREFEN | PIN_HP); in hp_mic_jack_mode_put()
4273 val = oldval & ~PIN_HP; in do_automute()