PIN_IN           2555 sound/pci/hda/hda_generic.c 			if (val & PIN_IN)
PIN_IN           2572 sound/pci/hda/hda_generic.c 						  PIN_IN | (as_mic ? vref_val : 0));
PIN_IN           2577 sound/pci/hda/hda_generic.c 			val |= PIN_IN;
PIN_IN           2935 sound/pci/hda/hda_generic.c 	} else if (val & PIN_IN) {
PIN_IN           2981 sound/pci/hda/hda_generic.c 			val |= get_vref_idx(vref_caps, idx) | PIN_IN;
PIN_IN           2983 sound/pci/hda/hda_generic.c 			val = snd_hda_get_default_vref(codec, nid) | PIN_IN;
PIN_IN           3330 sound/pci/hda/hda_generic.c 		val = PIN_IN;
PIN_IN           4108 sound/pci/hda/hda_generic.c 				set_pin_target(codec, pin, PIN_IN, false);
PIN_IN           4436 sound/pci/hda/hda_generic.c 		if (oldval & PIN_IN)
PIN_IN            326 sound/pci/hda/patch_conexant.c 		{ "Off", PIN_IN },
PIN_IN            396 sound/pci/hda/patch_conexant.c 		update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0);