Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A 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()
1076 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
H A Dpatch_conexant.c162 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_init_gpio_led()
649 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
799 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
H A 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()
H A Dpatch_ca0132.c3656 AC_VERB_SET_GPIO_DATA, 0x04); in ca0132_gpio_setup()
3658 AC_VERB_SET_GPIO_DATA, 0x06); in ca0132_gpio_setup()
3666 AC_VERB_SET_GPIO_DATA, 0x0C); in ca0132_gpio_setup()
3732 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_mic_set()
3747 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3754 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3761 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
4564 AC_VERB_SET_GPIO_DATA, gpio_data); in ca0132_alt_select_out_quirk_set()
8709 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0x00); in r3di_gpio_shutdown()
8769 AC_VERB_SET_GPIO_DATA, data); in sbz_gpio_shutdown_commands()
H A Dpatch_sigmatel.c320 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
H A Dpatch_realtek.c274 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_write_gpio_data()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt286.h122 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_verbs.h102 #define AC_VERB_SET_GPIO_DATA 0x715 macro