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

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
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment