PIN_IN
{ "Off", PIN_IN },
update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0);
if (val & PIN_IN)
PIN_IN | (as_mic ? vref_val : 0));
val |= PIN_IN;
} else if (val & PIN_IN) {
val |= get_vref_idx(vref_caps, idx) | PIN_IN;
val = snd_hda_get_default_vref(codec, nid) | PIN_IN;
val = PIN_IN;
set_pin_target(codec, pin, PIN_IN, false);
if (oldval & PIN_IN)
snd_hda_set_pin_ctl_cache(codec, 0x1a, PIN_IN | AC_PINCTL_VREF_100);