Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 406b285d authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Begin HDA_GEN_* event tag from 1



... to distinguish from the invalid event type.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d94ddd85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

/* unsol event tags */
enum {
	HDA_GEN_HP_EVENT, HDA_GEN_FRONT_EVENT, HDA_GEN_MIC_EVENT,
	HDA_GEN_HP_EVENT = 1, HDA_GEN_FRONT_EVENT, HDA_GEN_MIC_EVENT,
	HDA_GEN_LAST_EVENT = HDA_GEN_MIC_EVENT
};