Searched refs:PIN_OUT (Results 1 – 13 of 13) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | nvhdmi-mcp.c | 34 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 42 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 43 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 44 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 45 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 46 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
|
| H A D | simplehdmi.c | 100 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in snd_hda_hdmi_simple_init()
|
| H A D | hdmi.c | 274 pin_out = PIN_OUT; in hdmi_init_pin() 1707 pinctl | PIN_OUT); in snd_hda_hdmi_generic_pcm_prepare() 1768 pinctl & ~PIN_OUT); in hdmi_pcm_close()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc662.c | 115 snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT); in alc662_aspire_ethos_mute_speakers() 116 snd_hda_set_pin_ctl_cache(codec, 0x18, PIN_OUT); in alc662_aspire_ethos_mute_speakers()
|
| H A D | alc269.c | 293 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init() 406 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init() 481 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init() 638 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 641 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 726 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc222_init() 729 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc222_init() 797 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_default_init()
|
| H A D | realtek.c | 1208 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_hp_enable_unmute()
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs421x.c | 411 snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); in cs4210_spdif_automute()
|
| H A D | cs420x.c | 646 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put()
|
| H A D | cs8409.c | 989 cs42l42->hp_jack_in ? 0 : PIN_OUT); in cs8409_cs42l42_jack_unsol_event()
|
| /linux/sound/hda/codecs/ |
| H A D | generic.c | 2083 val = PIN_OUT; in parse_output_paths() 2088 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths() 2379 set_pin_target(codec, nid, PIN_OUT, true); in set_multi_io() 2572 if (val & PIN_OUT) in update_hp_mic() 2684 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put() 2946 if (val & PIN_OUT) { in get_cur_hp_mic_jack_mode() 2986 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put() 4034 set_pin_target(codec, pin, PIN_OUT, false); in parse_digital()
|
| H A D | ca0132.c | 4488 pin_ctl | PIN_OUT); in ca0132_select_out() 4724 pin_ctl = out_enable ? pin_ctl | PIN_OUT : pin_ctl & ~PIN_OUT; in ca0132_set_out_node_pincfg()
|
| /linux/sound/hda/common/ |
| H A D | hda_local.h | 416 #define PIN_OUT (AC_PINCTL_OUT_EN) macro
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 32 #define PIN_OUT (AC_PINCTL_OUT_EN) macro 793 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
|