Home
last modified time | relevance | path

Searched refs:PIN_HP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_generic.c2078 val = PIN_HP; in parse_output_paths()
2083 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths()
2085 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths()
2595 val = PIN_HP; in update_hp_mic()
2672 if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP) in out_jack_mode_get()
2686 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put()
2949 if (out_jacks > 1 && val == PIN_HP) in get_cur_hp_mic_jack_mode()
2988 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put()
2990 val = PIN_HP; in hp_mic_jack_mode_put()
2996 val &= ~(AC_PINCTL_VREFEN | PIN_HP); in hp_mic_jack_mode_put()
[all …]
H A Dhda_local.h398 #define PIN_HP (AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN) macro
H A Dpatch_realtek.c2244 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref); in alc887_asus_hp_automute_hook()
2253 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP); in alc887_fixup_asus_jack()
5547 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP); in alc_determine_headset_type()
10503 vref = spec->gen.hp_jack_present ? (PIN_HP | AC_PINCTL_VREF_100) : PIN_HP; in alc897_hp_automute_hook()
H A Dpatch_ca0132.c4376 pin_ctl & ~PIN_HP); in ca0132_select_out()
4409 pin_ctl & ~PIN_HP); in ca0132_select_out()
4414 pin_ctl | PIN_HP); in ca0132_select_out()
7252 snd_hda_set_pin_ctl(codec, pin, PIN_HP); in init_output()