Home
last modified time | relevance | path

Searched refs:AC_PINCAP_HP_DRV (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/sound/
H A Dhda_verbs.h255 #define AC_PINCAP_HP_DRV (1<<3) /* headphone drive capable */ macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h425 #define AC_PINCAP_HP_DRV (1<<3) /* headphone drive capable */ macro
/openbmc/linux/sound/pci/hda/
H A Dhda_proc.c319 if (caps & AC_PINCAP_HP_DRV) in print_pin_caps()
H A Dhda_codec.c3952 else if ((val & AC_PINCTL_HP_EN) && !(cap & AC_PINCAP_HP_DRV)) in snd_hda_correct_pin_ctl()
H A Dhda_generic.c2738 if ((pincap & AC_PINCAP_OUT) && (pincap & AC_PINCAP_HP_DRV)) in get_out_jack_num_items()