Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_PIN_WIDGET_CONTROL (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/sound/soc/codecs/
Drt274.h58 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT274_MIC, 0)
60 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT274_LINE3, 0)
62 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT274_HP_OUT, 0)
64 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT274_DMIC1, 0)
66 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT274_SPDIF, 0)
Drt298.h60 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_MIC1, 0)
62 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_HP_OUT, 0)
64 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_SPK_OUT, 0)
66 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_DMIC1, 0)
68 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT298_SPDIF, 0)
Drt286.h58 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_MIC1, 0)
60 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_HP_OUT, 0)
62 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_SPK_OUT, 0)
64 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_DMIC1, 0)
Dhdac_hdmi.c786 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
797 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in hdac_hdmi_pin_output_widget_event()
/Linux-v5.10/sound/pci/hda/
Dpatch_realtek.c515 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in alc_headset_mic_no_shutup()
3251 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
3287 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc282_shutup()
3364 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
3401 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc283_shutup()
3445 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init()
3493 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc256_shutup()
3547 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3550 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3590 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc225_shutup()
[all …]
Dpatch_hdmi.c468 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out); in hdmi_init_pin()
915 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pin_hbr_setup()
2018 AC_VERB_SET_PIN_WIDGET_CONTROL, in generic_hdmi_playback_pcm_prepare()
2086 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pcm_close()
3024 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
3062 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3070 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3071 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3072 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3073 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
[all …]
Dhda_codec.c613 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in snd_hda_shutup_pins()
632 AC_VERB_SET_PIN_WIDGET_CONTROL, in restore_shutup_pins()
3973 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
3976 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
Dpatch_conexant.c323 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
Dpatch_ca0132.c8736 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40); in sbz_set_pin_ctl_default()
8740 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00); in sbz_set_pin_ctl_default()
9009 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in sbz_pre_dsp_setup()
9024 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in r3d_pre_dsp_setup()
9048 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x04); in r3di_pre_dsp_setup()
Dhda_generic.c201 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
/Linux-v5.10/include/sound/
Dhda_verbs.h93 #define AC_VERB_SET_PIN_WIDGET_CONTROL 0x707 macro