Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_GPIO_DATA (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/sound/soc/codecs/
Drt286.h122 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/Linux-v5.4/sound/pci/hda/
Dpatch_cirrus.c171 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()
314 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs_init()
1075 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
Dpatch_conexant.c629 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
672 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_fixup_mute_led_gpio()
762 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
Dpatch_analog.c983 AC_VERB_SET_GPIO_DATA, in ad1884_vmaster_hp_gpio_hook()
1001 AC_VERB_SET_GPIO_DATA, 0x02); in ad1884_fixup_hp_eapd()
Dpatch_ca0132.c3364 AC_VERB_SET_GPIO_DATA, 0x04); in ca0132_gpio_setup()
3366 AC_VERB_SET_GPIO_DATA, 0x06); in ca0132_gpio_setup()
3374 AC_VERB_SET_GPIO_DATA, 0x0C); in ca0132_gpio_setup()
3440 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_mic_set()
3460 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_out_set()
3475 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3482 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3489 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
7778 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0x00); in r3di_gpio_shutdown()
7838 AC_VERB_SET_GPIO_DATA, data); in sbz_gpio_shutdown_commands()
Dpatch_sigmatel.c319 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
Dpatch_realtek.c214 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_write_gpio_data()
8878 {0x01, AC_VERB_SET_GPIO_DATA, 0x00},
/Linux-v5.4/include/sound/
Dhda_verbs.h102 #define AC_VERB_SET_GPIO_DATA 0x715 macro