Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Drt286.h125 VERB_CMD(AC_VERB_SET_GPIO_DATA, RT286_AUDIO_FUNCTION_GROUP, 0)
/linux-4.1.27/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()
1074 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in cs421x_init()
Dpatch_realtek.c224 {0x01, AC_VERB_SET_GPIO_DATA, 0x01},
231 {0x01, AC_VERB_SET_GPIO_DATA, 0x02},
238 {0x01, AC_VERB_SET_GPIO_DATA, 0x03},
1526 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc260_gpio1_automute()
1835 AC_VERB_SET_GPIO_DATA, gpiostate); in alc882_gpio_mute()
3101 snd_hda_codec_write(codec, codec->core.afg, 0, AC_VERB_SET_GPIO_DATA, in alc269_resume()
3328 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc_update_gpio_led()
3513 { 0x01, AC_VERB_SET_GPIO_DATA, 0x02 }, in alc280_fixup_hp_gpio2_mic_hotkey()
4268 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, in alc288_update_headset_jack_cb()
4542 { 0x01, AC_VERB_SET_GPIO_DATA, 0x04 }, in alc282_fixup_asus_tx300()
[all …]
Dpatch_analog.c996 AC_VERB_SET_GPIO_DATA, in ad1884_vmaster_hp_gpio_hook()
1014 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.1.27/include/sound/
Dhda_verbs.h99 #define AC_VERB_SET_GPIO_DATA 0x715 macro