Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
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)
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)
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()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_realtek.c567 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in alc_headset_mic_no_shutup()
3397 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
3433 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc282_shutup()
3510 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
3547 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc283_shutup()
3592 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init()
3641 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc256_shutup()
3696 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3699 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3739 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc225_shutup()
[all …]
Dpatch_hdmi.c472 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out); in hdmi_init_pin()
928 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pin_hbr_setup()
2121 AC_VERB_SET_PIN_WIDGET_CONTROL, in generic_hdmi_playback_pcm_prepare()
2188 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pcm_close()
3143 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
3181 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3189 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3190 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3191 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3192 { 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()
3972 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
3975 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
Dpatch_conexant.c341 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
Dpatch_ca0132.c8738 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40); in sbz_set_pin_ctl_default()
8742 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00); in sbz_set_pin_ctl_default()
9011 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in sbz_pre_dsp_setup()
9026 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in r3d_pre_dsp_setup()
9050 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x04); in r3di_pre_dsp_setup()
Dhda_generic.c207 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
/kernel/linux/linux-5.10/include/sound/
Dhda_verbs.h93 #define AC_VERB_SET_PIN_WIDGET_CONTROL 0x707 macro