From: Takashi Iwai Date: Thu, 20 Dec 2012 13:46:57 +0000 (+0100) Subject: ALSA: hda - Begin HDA_GEN_* event tag from 1 X-Git-Tag: next-20130218~63^2~62^2~126 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=406b285da3a04381d46d0f5f5e53c3de0362738c;p=karo-tx-linux.git ALSA: hda - Begin HDA_GEN_* event tag from 1 ... to distinguish from the invalid event type. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index 89ad877e48c8..b59889911937 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -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 };