Home
last modified time | relevance | path

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

/Linux-v5.4/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.c792 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
803 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in hdac_hdmi_pin_output_widget_event()
/Linux-v5.4/sound/pci/hda/
Dpatch_realtek.c490 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in alc_headset_mic_no_shutup()
3058 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
3094 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc282_shutup()
3171 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
3208 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc283_shutup()
3252 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init()
3290 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc256_shutup()
3344 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3347 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3385 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc225_shutup()
[all …]
Dpatch_hdmi.c470 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out); in hdmi_init_pin()
906 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pin_hbr_setup()
1937 AC_VERB_SET_PIN_WIDGET_CONTROL, in generic_hdmi_playback_pcm_prepare()
1998 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pcm_close()
2968 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
3006 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3014 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3015 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3016 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3017 { 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()
3939 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
3942 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
Dpatch_conexant.c321 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
Dpatch_ca0132.c7807 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40); in sbz_set_pin_ctl_default()
7811 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00); in sbz_set_pin_ctl_default()
8054 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in sbz_pre_dsp_setup()
8069 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in r3d_pre_dsp_setup()
8093 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x04); in r3di_pre_dsp_setup()
Dhda_generic.c201 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
/Linux-v5.4/include/sound/
Dhda_verbs.h93 #define AC_VERB_SET_PIN_WIDGET_CONTROL 0x707 macro