Home
last modified time | relevance | path

Searched refs:PIN_IN (Results 1 – 3 of 3) sorted by relevance

/sound/pci/hda/
Dpatch_conexant.c347 { "Off", PIN_IN },
417 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
Dhda_generic.c2572 if (val & PIN_IN) in update_hp_mic()
2589 PIN_IN | (as_mic ? vref_val : 0)); in update_hp_mic()
2594 val |= PIN_IN; in update_hp_mic()
2952 } else if (val & PIN_IN) { in get_cur_hp_mic_jack_mode()
2998 val |= get_vref_idx(vref_caps, idx) | PIN_IN; in hp_mic_jack_mode_put()
3000 val = snd_hda_get_default_vref(codec, nid) | PIN_IN; in hp_mic_jack_mode_put()
3347 val = PIN_IN; in create_input_ctls()
4185 set_pin_target(codec, pin, PIN_IN, false); in parse_digital()
4513 if (oldval & PIN_IN) in do_automute()
Dhda_local.h391 #define PIN_IN (AC_PINCTL_IN_EN) macro