AC_PAR_PIN_CAP
caps = snd_hdac_read_parm(&codec->core, nid, AC_PAR_PIN_CAP);
snd_hdac_override_parm(&codec->core, nid, AC_PAR_PIN_CAP,
return snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
return snd_hdac_override_parm(&codec->core, nid, AC_PAR_PIN_CAP, caps);
caps = param_read(codec, nid, AC_PAR_PIN_CAP);
snd_hdac_read_parm(codec, nid, AC_PAR_PIN_CAP));