Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Drt286.h125 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/linux-4.4.14/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()
1087 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
Dpatch_realtek.c229 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
236 {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
243 {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
1532 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc260_gpio1_automute()
1840 AC_VERB_SET_GPIO_DATA, gpiostate); in alc882_gpio_mute()
3108 snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_DATA, in alc269_resume()
3335 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_update_gpio_led()
3528 { 0x01, AC_VERB_SET_GPIO_DATA, 0x02 }, in alc280_fixup_hp_gpio2_mic_hotkey()
4358 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc288_update_headset_jack_cb()
4632 { 0x01, AC_VERB_SET_GPIO_DATA, 0x04 }, in alc282_fixup_asus_tx300()
[all …]
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_conexant.c720 { 0x01, AC_VERB_SET_GPIO_DATA, 0x01 },
Dpatch_sigmatel.c330 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ in stac_gpio_set()
/linux-4.4.14/include/sound/
Dhda_verbs.h99 #define AC_VERB_SET_GPIO_DATA 0x715 macro