Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dpatch_conexant.c360 { "50%", PIN_VREF50 },
582 snd_hda_codec_set_pin_target(codec, 0x1a, PIN_VREF50); in cxt_fixup_olpc_xo()
Dpatch_realtek.c1983 { 0x19, PIN_VREF50 },
2406 { 0x19, PIN_VREF50 },
3780 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3787 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3795 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3806 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3810 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3816 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
3823 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in()
Dhda_local.h463 #define PIN_VREF50 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_50) macro
Dhda_codec.c3877 if ((pincap & AC_PINCAP_VREF_80) && oldval != PIN_VREF50) in snd_hda_get_default_vref()