snd_hda_get_default_vref
val = snd_hda_get_default_vref(codec, pin);
unsigned int vref_val = snd_hda_get_default_vref(codec, vref_pin);
val = snd_hda_get_default_vref(codec, nid) | PIN_IN;
val |= snd_hda_get_default_vref(codec, pin);
EXPORT_SYMBOL_GPL(snd_hda_get_default_vref);
unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin);