Lines Matching refs:parm
319 unsigned int parm; in get_num_devices() local
325 parm = snd_hdac_read_parm_uncached(&codec->core, nid, AC_PAR_DEVLIST_LEN); in get_num_devices()
326 if (parm == -1) in get_num_devices()
327 parm = 0; in get_num_devices()
328 return parm & AC_DEV_LIST_LEN_MASK; in get_num_devices()
344 unsigned int parm; in snd_hda_get_devices() local
347 parm = get_num_devices(codec, nid); in snd_hda_get_devices()
348 if (!parm) /* not multi-stream capable */ in snd_hda_get_devices()
351 dev_len = parm + 1; in snd_hda_get_devices()
357 AC_VERB_GET_DEVICE_LIST, devices, &parm)) in snd_hda_get_devices()
361 dev_list[devices] = (u8)parm; in snd_hda_get_devices()
362 parm >>= 4; in snd_hda_get_devices()
1166 unsigned int parm; in snd_hda_override_amp_caps() local
1170 parm = dir == HDA_OUTPUT ? AC_PAR_AMP_OUT_CAP : AC_PAR_AMP_IN_CAP; in snd_hda_override_amp_caps()
1171 return snd_hdac_override_parm(&codec->core, nid, parm, caps); in snd_hda_override_amp_caps()