Searched refs:PIN_HP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/sound/pci/hda/ |
| D | hda_generic.c | 2074 val = PIN_HP; in parse_output_paths() 2079 set_pin_targets(codec, cfg->hp_outs, cfg->hp_pins, PIN_HP); in parse_output_paths() 2081 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths() 2591 val = PIN_HP; in update_hp_mic() 2668 if (snd_hda_codec_get_pin_target(codec, nid) == PIN_HP) in out_jack_mode_get() 2682 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put() 2945 if (out_jacks > 1 && val == PIN_HP) in get_cur_hp_mic_jack_mode() 2984 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put() 2986 val = PIN_HP; in hp_mic_jack_mode_put() 2992 val &= ~(AC_PINCTL_VREFEN | PIN_HP); in hp_mic_jack_mode_put() [all …]
|
| D | hda_local.h | 389 #define PIN_HP (AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN) macro
|
| D | patch_ca0132.c | 4498 pin_ctl & ~PIN_HP); in ca0132_select_out() 4531 pin_ctl & ~PIN_HP); in ca0132_select_out() 4536 pin_ctl | PIN_HP); in ca0132_select_out() 7374 snd_hda_set_pin_ctl(codec, pin, PIN_HP); in init_output()
|
| D | patch_realtek.c | 2156 snd_hda_set_pin_ctl(codec, 0x19, PIN_HP | vref); in alc887_asus_hp_automute_hook() 2165 snd_hda_set_pin_ctl_cache(codec, 0x1b, PIN_HP); in alc887_fixup_asus_jack() 5448 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP); in alc_determine_headset_type()
|