]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: hda: Add missing SET_GPI_* and SET_GPO_* verb definitions
authorTakashi Iwai <tiwai@suse.de>
Sat, 28 Mar 2026 13:43:05 +0000 (14:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 28 Mar 2026 13:44:20 +0000 (14:44 +0100)
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>
include/sound/hda_verbs.h

index 127e7016e4fec5746ff9567ae9324b4ea2eed876..6066954409aae0a84eff97ccb8f5bf755cf1d727 100644 (file)
@@ -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