Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Drt286.h61 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_MIC1, 0)
63 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_HP_OUT, 0)
65 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_SPK_OUT, 0)
67 VERB_CMD(AC_VERB_SET_PIN_WIDGET_CONTROL, RT286_DMIC1, 0)
/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c532 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_out); in hdmi_init_pin()
1298 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pin_hbr_setup()
1822 AC_VERB_SET_PIN_WIDGET_CONTROL, in generic_hdmi_playback_pcm_prepare()
1866 AC_VERB_SET_PIN_WIDGET_CONTROL, in hdmi_pcm_close()
2429 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init()
2467 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2475 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2476 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2477 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
2478 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
[all …]
Dpatch_realtek.c2713 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in alc286_shutup()
2802 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init()
2837 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc282_shutup()
2919 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init()
2960 AC_VERB_SET_PIN_WIDGET_CONTROL, 0x0); in alc283_shutup()
3208 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, in alc269_x101_hp_automute_hook()
3211 snd_hda_codec_write(codec, 0x18, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, in alc269_x101_hp_automute_hook()
4483 snd_hda_codec_write(codec, 0x19, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, in alc283_hp_automute_hook()
4949 {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0},
6206 {0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
Dpatch_conexant.c354 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
Dhda_codec.c770 AC_VERB_SET_PIN_WIDGET_CONTROL, 0); in snd_hda_shutup_pins()
788 AC_VERB_SET_PIN_WIDGET_CONTROL, in restore_shutup_pins()
4472 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
4475 AC_VERB_SET_PIN_WIDGET_CONTROL, val); in _snd_hda_set_pin_ctl()
Dhda_generic.c210 AC_VERB_SET_PIN_WIDGET_CONTROL, val)
/linux-4.1.27/include/sound/
Dhda_verbs.h91 #define AC_VERB_SET_PIN_WIDGET_CONTROL 0x707 macro