Home
last modified time | relevance | path

Searched refs:PIN_OUT (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_hdmi.c466 pin_out = PIN_OUT; in hdmi_init_pin()
2094 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare()
2161 pinctl & ~PIN_OUT); in hdmi_pcm_close()
3111 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
3149 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3157 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3158 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3159 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3160 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3161 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
Dpatch_cirrus.c702 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put()
1037 snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); in cs4210_spdif_automute()
Dhda_generic.c2074 val = PIN_OUT; in parse_output_paths()
2079 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths()
2375 set_pin_target(codec, nid, PIN_OUT, true); in set_multi_io()
2568 if (val & PIN_OUT) in update_hp_mic()
2680 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put()
2942 if (val & PIN_OUT) { in get_cur_hp_mic_jack_mode()
2982 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put()
4143 set_pin_target(codec, pin, PIN_OUT, false); in parse_digital()
Dpatch_realtek.c3330 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
3443 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
3524 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init()
3627 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3630 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3716 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_default_init()
5388 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_determine_headset_type()
5495 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_determine_headset_type()
10190 snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT); in alc662_aspire_ethos_mute_speakers()
10191 snd_hda_set_pin_ctl_cache(codec, 0x18, PIN_OUT); in alc662_aspire_ethos_mute_speakers()
Dhda_local.h396 #define PIN_OUT (AC_PINCTL_OUT_EN) macro
Dpatch_ca0132.c4380 pin_ctl | PIN_OUT); in ca0132_select_out()
4619 pin_ctl = out_enable ? pin_ctl | PIN_OUT : pin_ctl & ~PIN_OUT; in ca0132_set_out_node_pincfg()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dexynos3250-pinctrl.dtsi22 #define PIN_OUT(_pin, _drv) \ macro
/kernel/linux/linux-5.10/sound/soc/codecs/
Dhdac_hdmi.c33 #define PIN_OUT (AC_PINCTL_OUT_EN) macro
786 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()