Searched refs:PIN_VREF50 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_conexant.c | 347 { "50%", PIN_VREF50 }, 570 snd_hda_codec_set_pin_target(codec, 0x1a, PIN_VREF50); in cxt_fixup_olpc_xo()
|
| H A D | patch_realtek.c | 2278 { 0x19, PIN_VREF50 }, 2544 { 0x18, PIN_VREF50 }, /* rear mic */ 2545 { 0x19, PIN_VREF50 }, /* front mic */ 2858 { 0x19, PIN_VREF50 }, 5010 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() 5019 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() 5027 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() 5034 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() 5041 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() 5052 snd_hda_set_pin_ctl_cache(codec, mic_pin, PIN_VREF50); in alc_headset_mode_mic_in() [all …]
|
| H A D | hda_local.h | 393 #define PIN_VREF50 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_50) macro
|
| H A D | hda_codec.c | 3884 if ((pincap & AC_PINCAP_VREF_80) && oldval != PIN_VREF50) in snd_hda_get_default_vref()
|