Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c529 pin_out = PIN_OUT; in hdmi_init_pin()
1823 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare()
1867 pinctl & ~PIN_OUT); in hdmi_pcm_close()
2429 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
2467 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2475 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2476 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2477 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2478 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2479 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
Dpatch_cirrus.c700 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put()
1036 snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); in cs4210_spdif_automute()
Dhda_generic.c2042 val = PIN_OUT; in parse_output_paths()
2047 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths()
2343 set_pin_target(codec, nid, PIN_OUT, true); in set_multi_io()
2540 if (val & PIN_OUT) in update_hp_mic()
2652 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put()
2914 if (val & PIN_OUT) { in get_cur_hp_mic_jack_mode()
2954 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put()
3895 set_pin_target(codec, pin, PIN_OUT, false); in parse_digital()
Dhda_local.h467 #define PIN_OUT (AC_PINCTL_OUT_EN) macro
Dpatch_realtek.c2802 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
2919 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
Dpatch_ca0132.c3181 pin_ctl | PIN_OUT); in ca0132_select_out()