Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Drt286.h122 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/Linux-v5.10/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.c631 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
678 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_fixup_mute_led_gpio()
768 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
Dpatch_analog.c987 AC_VERB_SET_GPIO_DATA, in ad1884_vmaster_hp_gpio_hook()
1005 AC_VERB_SET_GPIO_DATA, 0x02); in ad1884_fixup_hp_eapd()
Dpatch_ca0132.c3654 AC_VERB_SET_GPIO_DATA, 0x04); in ca0132_gpio_setup()
3656 AC_VERB_SET_GPIO_DATA, 0x06); in ca0132_gpio_setup()
3664 AC_VERB_SET_GPIO_DATA, 0x0C); in ca0132_gpio_setup()
3730 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_mic_set()
3745 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3752 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3759 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
4562 AC_VERB_SET_GPIO_DATA, gpio_data); in ca0132_alt_select_out_quirk_set()
8707 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0x00); in r3di_gpio_shutdown()
8767 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.c227 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_write_gpio_data()
/Linux-v5.10/include/sound/
Dhda_verbs.h102 #define AC_VERB_SET_GPIO_DATA 0x715 macro