Lines Matching refs:nid
7 int hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm);
9 #define get_wcaps(codec, nid) \ argument
10 hdac_read_parm(codec, nid, AC_PAR_AUDIO_WIDGET_CAP)
19 #define get_pin_caps(codec, nid) \ argument
20 hdac_read_parm(codec, nid, AC_PAR_PIN_CAP)
23 unsigned int get_pin_cfg(struct hdac_device *codec, hda_nid_t nid) in get_pin_cfg() argument
27 if (snd_hdac_read(codec, nid, AC_VERB_GET_CONFIG_DEFAULT, 0, &val)) in get_pin_cfg()
32 #define get_amp_caps(codec, nid, dir) \ argument
33 hdac_read_parm(codec, nid, (dir) == HDA_OUTPUT ? \
36 #define get_power_caps(codec, nid) \ argument
37 hdac_read_parm(codec, nid, AC_PAR_POWER_STATE)