diff options
| author | Takashi Iwai <tiwai@suse.de> | 2026-03-28 14:43:05 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-03-28 14:44:20 +0100 |
| commit | 38f6e93dedbc1b6c2a6e97110ab7e872c257a5e3 (patch) | |
| tree | d4333e0960e722061d01464f9e317efbcd4ba498 /include/sound | |
| parent | 3bd246d1cf609a80cae19e4aefb599256a72b1a6 (diff) | |
| download | linux-next-38f6e93dedbc1b6c2a6e97110ab7e872c257a5e3.tar.gz linux-next-38f6e93dedbc1b6c2a6e97110ab7e872c257a5e3.zip | |
ALSA: hda: Add missing SET_GPI_* and SET_GPO_* verb definitions
We've added the definitions of the missing GPI and GPO verbs for
reading in the previous commit, but the counter-part for setting
values is missing.
Add the definitions of missing verbs for comprehensiveness.
Link: https://patch.msgid.link/20260328134319.207482-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/hda_verbs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sound/hda_verbs.h b/include/sound/hda_verbs.h index 127e7016e4fe..6066954409aa 100644 --- a/include/sound/hda_verbs.h +++ b/include/sound/hda_verbs.h @@ -104,6 +104,11 @@ enum { #define AC_VERB_SET_DIGI_CONVERT_2 0x70e #define AC_VERB_SET_DIGI_CONVERT_3 0x73e #define AC_VERB_SET_VOLUME_KNOB_CONTROL 0x70f +#define AC_VERB_SET_GPI_DATA 0x710 +#define AC_VERB_SET_GPI_WAKE_MASK 0x711 +#define AC_VERB_SET_SPI_UNSOLICITED_RSP_MASK 0x712 +#define AC_VERB_SET_GPI_STICKY_MASK 0x713 +#define AC_VERB_SET_GPO_DATA 0x714 #define AC_VERB_SET_GPIO_DATA 0x715 #define AC_VERB_SET_GPIO_MASK 0x716 #define AC_VERB_SET_GPIO_DIRECTION 0x717 |
