Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dhda_local.h420 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin);
438 * Use snd_hda_get_default_vref() to guess the right value.
H A Dcodec.c3868 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits
3875 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin) in snd_hda_get_default_vref() function
3894 EXPORT_SYMBOL_GPL(snd_hda_get_default_vref);
/linux/sound/hda/codecs/
H A Dgeneric.c2586 val = snd_hda_get_default_vref(codec, pin); in update_hp_mic()
2592 unsigned int vref_val = snd_hda_get_default_vref(codec, vref_pin); in update_hp_mic()
3006 val = snd_hda_get_default_vref(codec, nid) | PIN_IN; in hp_mic_jack_mode_put()
3355 val |= snd_hda_get_default_vref(codec, pin); in create_input_ctls()