Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1036 uint32_t pincap, conf; in hdaa_dump_pin_sb() local
1038 pincap = w->wclass.pin.cap; in hdaa_dump_pin_sb()
1040 sbuf_printf(sb, " Pin cap: 0x%08x", pincap); in hdaa_dump_pin_sb()
1041 if (HDA_PARAM_PIN_CAP_IMP_SENSE_CAP(pincap)) in hdaa_dump_pin_sb()
1043 if (HDA_PARAM_PIN_CAP_TRIGGER_REQD(pincap)) in hdaa_dump_pin_sb()
1045 if (HDA_PARAM_PIN_CAP_PRESENCE_DETECT_CAP(pincap)) in hdaa_dump_pin_sb()
1047 if (HDA_PARAM_PIN_CAP_HEADPHONE_CAP(pincap)) in hdaa_dump_pin_sb()
1049 if (HDA_PARAM_PIN_CAP_OUTPUT_CAP(pincap)) in hdaa_dump_pin_sb()
1051 if (HDA_PARAM_PIN_CAP_INPUT_CAP(pincap)) in hdaa_dump_pin_sb()
1053 if (HDA_PARAM_PIN_CAP_BALANCED_IO_PINS(pincap)) in hdaa_dump_pin_sb()
[all …]