Home
last modified time | relevance | path

Searched refs:PIN_VREF50 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/sound/pci/hda/
Dpatch_conexant.c329 { "50%", PIN_VREF50 },
552 snd_hda_codec_set_pin_target(codec, 0x1a, PIN_VREF50); in cxt_fixup_olpc_xo()
Dpatch_realtek.c2195 { 0x19, PIN_VREF50 },
2718 { 0x19, PIN_VREF50 },
4724 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4731 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4739 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4746 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4753 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4764 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4772 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
4778 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
[all …]
Dhda_local.h392 #define PIN_VREF50 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_50) macro
Dhda_codec.c3885 if ((pincap & AC_PINCAP_VREF_80) && oldval != PIN_VREF50) in snd_hda_get_default_vref()