Searched refs:PIN_OUT (Results 1 – 6 of 6) sorted by relevance
/linux/sound/pci/hda/ |
H A D | patch_hdmi.c | 482 pin_out = PIN_OUT; in hdmi_init_pin() 2152 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare() 2219 pinctl & ~PIN_OUT); in hdmi_pcm_close() 3274 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init() 3312 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 3320 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 3321 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 3322 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 3323 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 3324 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
|
H A D | hda_generic.c | 2087 val = PIN_OUT; in parse_output_paths() 2092 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths() 2388 set_pin_target(codec, nid, PIN_OUT, true); in set_multi_io() 2581 if (val & PIN_OUT) in update_hp_mic() 2693 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put() 2955 if (val & PIN_OUT) { in get_cur_hp_mic_jack_mode() 2995 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put() 4045 set_pin_target(codec, pin, PIN_OUT, false); in parse_digital()
|
H A D | patch_realtek.c | 3433 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init() 3546 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init() 3621 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init() 3777 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 3780 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 3865 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc222_init() 3868 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc222_init() 3936 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_default_init() 5151 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_hp_enable_unmute() 12434 snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT); in alc662_aspire_ethos_mute_speakers() [all …]
|
H A D | patch_cs8409.c | 996 cs42l42->hp_jack_in ? 0 : PIN_OUT); in cs8409_cs42l42_jack_unsol_event()
|
H A D | patch_ca0132.c | 4515 pin_ctl | PIN_OUT); in ca0132_select_out() 4754 pin_ctl = out_enable ? pin_ctl | PIN_OUT : pin_ctl & ~PIN_OUT; in ca0132_set_out_node_pincfg()
|
/linux/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 34 #define PIN_OUT (AC_PINCTL_OUT_EN) macro 794 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
|