Searched refs:snd_hda_get_default_vref (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_local.h392 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin);
410 * Use snd_hda_get_default_vref() to guess the right value.
H A Dhda_generic.c2586 val = snd_hda_get_default_vref(codec, pin);
2592 unsigned int vref_val = snd_hda_get_default_vref(codec, vref_pin);
3006 val = snd_hda_get_default_vref(codec, nid) | PIN_IN;
3355 val |= snd_hda_get_default_vref(codec, pin);
H A Dhda_codec.c3900 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits
3907 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin) function
3926 EXPORT_SYMBOL_GPL(snd_hda_get_default_vref); variable

Completed in 135 milliseconds