Lines Matching refs:PIN_HP
2042 val = PIN_HP; in parse_output_paths()
2047 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths()
2049 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths()
2563 val = PIN_HP; in update_hp_mic()
2640 if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP) in out_jack_mode_get()
2654 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put()
2917 if (out_jacks > 1 && val == PIN_HP) in get_cur_hp_mic_jack_mode()
2956 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put()
2958 val = PIN_HP; in hp_mic_jack_mode_put()
2964 val &= ~(AC_PINCTL_VREFEN | PIN_HP); in hp_mic_jack_mode_put()
4275 val = oldval & ~PIN_HP; in do_automute()