From: Takashi Iwai Date: Sat, 28 Mar 2026 13:43:05 +0000 (+0100) Subject: ALSA: hda: Add missing SET_GPI_* and SET_GPO_* verb definitions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38f6e93dedbc1b6c2a6e97110ab7e872c257a5e3;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/include/sound/hda_verbs.h b/include/sound/hda_verbs.h index 127e7016e4fec..6066954409aae 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