Home
last modified time | relevance | path

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

/Linux-v6.1/sound/pci/hda/
Dpatch_cs8409.c444 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs8409_spk_sw_gpio_put()
884 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs42l42_resume()
949 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs42l42_suspend()
1045 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, in cs8409_cs42l42_hw_init()
1291 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, in dolphin_hw_init()
Dpatch_cirrus.c174 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()
311 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs_init()
1080 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
Dpatch_conexant.c162 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_init_gpio_led()
656 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cxt_update_gpio_led()
806 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
Dpatch_analog.c980 AC_VERB_SET_GPIO_DATA, in ad1884_vmaster_hp_gpio_hook()
998 AC_VERB_SET_GPIO_DATA, 0x02); in ad1884_fixup_hp_eapd()
Dpatch_ca0132.c3776 AC_VERB_SET_GPIO_DATA, 0x04); in ca0132_gpio_setup()
3778 AC_VERB_SET_GPIO_DATA, 0x06); in ca0132_gpio_setup()
3786 AC_VERB_SET_GPIO_DATA, 0x0C); in ca0132_gpio_setup()
3852 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_mic_set()
3867 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3874 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
3881 AC_VERB_SET_GPIO_DATA, cur_gpio); in r3di_gpio_dsp_status_set()
4684 AC_VERB_SET_GPIO_DATA, gpio_data); in ca0132_alt_select_out_quirk_set()
8860 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, 0x00); in r3di_gpio_shutdown()
8920 AC_VERB_SET_GPIO_DATA, data); in sbz_gpio_shutdown_commands()
Dpatch_sigmatel.c320 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
Dpatch_realtek.c279 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_write_gpio_data()
/Linux-v6.1/sound/soc/codecs/
Drt286.h122 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/Linux-v6.1/include/sound/
Dhda_verbs.h102 #define AC_VERB_SET_GPIO_DATA 0x715 macro