Searched refs:snd_hda_get_default_vref (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 401 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin); 419 * Use snd_hda_get_default_vref() to guess the right value.
|
H A D | hda_codec.c | 3867 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits 3874 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin) in snd_hda_get_default_vref() function 3893 EXPORT_SYMBOL_GPL(snd_hda_get_default_vref); variable
|
H A D | hda_generic.c | 2580 val = snd_hda_get_default_vref(codec, pin); in update_hp_mic() 2586 unsigned int vref_val = snd_hda_get_default_vref(codec, vref_pin); in update_hp_mic() 3000 val = snd_hda_get_default_vref(codec, nid) | PIN_IN; in hp_mic_jack_mode_put() 3349 val |= snd_hda_get_default_vref(codec, pin); in create_input_ctls()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_local.h | 392 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 D | hda_codec.c | 3898 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits 3905 unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin) in snd_hda_get_default_vref() function 3924 EXPORT_SYMBOL_GPL(snd_hda_get_default_vref); variable
|
H A D | hda_generic.c | 2586 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()
|
Completed in 29 milliseconds