Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dhda-codec-common.h104 .id = AC_PAR_PIN_CAP,
125 .id = AC_PAR_PIN_CAP,
H A Dintel-hda-defs.h311 #define AC_PAR_PIN_CAP 0x0c macro
/openbmc/linux/include/sound/
H A Dhda_verbs.h135 #define AC_PAR_PIN_CAP 0x0c macro
/openbmc/linux/sound/pci/hda/
H A Dhda_local.h504 return snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP); in snd_hda_query_pin_caps()
522 return snd_hdac_override_parm(&codec->core, nid, AC_PAR_PIN_CAP, caps); in snd_hda_override_pin_caps()
H A Dpatch_cs8409.c414 caps = snd_hdac_read_parm(&codec->core, nid, AC_PAR_PIN_CAP); in cs8409_fix_caps()
416 snd_hdac_override_parm(&codec->core, nid, AC_PAR_PIN_CAP, in cs8409_fix_caps()
H A Dhda_proc.c313 caps = param_read(codec, nid, AC_PAR_PIN_CAP); in print_pin_caps()
/openbmc/linux/sound/hda/
H A Dhdac_sysfs.c173 snd_hdac_read_parm(codec, nid, AC_PAR_PIN_CAP)); in pin_caps_show()