Home
last modified time | relevance | path

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

/linux-6.6.21/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.c791 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
802 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in hdac_hdmi_pin_output_widget_event()
/linux-6.6.21/sound/pci/hda/
Dpatch_conexant.c189 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24); in cx_fixup_headset_recog()
192 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20); in cx_fixup_headset_recog()
244 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24); in cx_process_headset_plugin()
247 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24); in cx_process_headset_plugin()
269 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20); in cx_update_headset_mic_vref()
451 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
Dpatch_realtek.c575 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in alc_headset_mic_no_shutup()
3417 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
3453 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc282_shutup()
3530 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
3567 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc283_shutup()
3612 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init()
3661 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc256_shutup()
3705 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc285_hp_init()
3775 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
3778 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init()
[all …]
Dpatch_hdmi.c485 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out); in hdmi_init_pin()
939 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pin_hbr_setup()
2149 AC_VERB_SET_PIN_WIDGET_CONTROL, in generic_hdmi_playback_pcm_prepare()
2216 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pcm_close()
3280 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
3318 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3326 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3327 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3328 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
3329 { 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()
4002 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
4005 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
Dpatch_ca0132.c8892 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40); in sbz_set_pin_ctl_default()
8896 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x00); in sbz_set_pin_ctl_default()
9165 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in sbz_pre_dsp_setup()
9175 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x44); in r3d_pre_dsp_setup()
9187 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x04); in r3di_pre_dsp_setup()
Dhda_generic.c207 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
/linux-6.6.21/include/sound/
Dhda_verbs.h93 #define AC_VERB_SET_PIN_WIDGET_CONTROL 0x707 macro