Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt286.h125 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/Linux-v4.19/sound/pci/hda/
Dpatch_cirrus.c184 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()
327 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs_init()
1088 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
Dpatch_conexant.c653 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
697 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_fixup_mute_led_gpio()
787 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
Dpatch_analog.c995 AC_VERB_SET_GPIO_DATA, in ad1884_vmaster_hp_gpio_hook()
1013 AC_VERB_SET_GPIO_DATA, 0x02); in ad1884_fixup_hp_eapd()
Dpatch_ca0132.c3146 AC_VERB_SET_GPIO_DATA, 0x04); in ca0132_gpio_setup()
3148 AC_VERB_SET_GPIO_DATA, 0x06); in ca0132_gpio_setup()
3156 AC_VERB_SET_GPIO_DATA, 0x0C); in ca0132_gpio_setup()
3220 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_mic_set()
3240 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_out_set()
3255 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3262 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3269 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
6935 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0x00); in r3di_gpio_shutdown()
6995 AC_VERB_SET_GPIO_DATA, data); in sbz_gpio_shutdown_commands()
Dpatch_sigmatel.c331 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
Dpatch_realtek.c224 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_write_gpio_data()
/Linux-v4.19/include/sound/
Dhda_verbs.h101 #define AC_VERB_SET_GPIO_DATA 0x715 macro