Searched refs:AC_PINCTL_OUT_EN (Results 1 – 9 of 9) sorted by relevance
216 .pinctl = AC_PINCTL_OUT_EN,309 .pinctl = AC_PINCTL_OUT_EN,420 .pinctl = AC_PINCTL_OUT_EN,
556 #define AC_PINCTL_OUT_EN (1<<6) macro
400 #define AC_PINCTL_OUT_EN (1<<6) macro
414 #define PIN_OUT (AC_PINCTL_OUT_EN)415 #define PIN_HP (AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN)
411 if (pinctls & AC_PINCTL_OUT_EN) in print_pin_ctls()
3951 if (val & AC_PINCTL_OUT_EN) { in snd_hda_correct_pin_ctl()3953 val &= ~(AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN); in snd_hda_correct_pin_ctl()
5901 AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN); in alc255_set_default_jack_type() 11478 if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))) in patch_alc861()
4581 if (snd_hda_codec_get_pin_target(codec, pin) & AC_PINCTL_OUT_EN) in snd_hda_gen_mic_autoswitch()
33 #define PIN_OUT (AC_PINCTL_OUT_EN)