diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-07-21 23:52:55 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-22 01:52:15 -0400 |
commit | b7f12482ca54353fbd8ea2fa3ca1ce996dcb5a3c (patch) | |
tree | a716a2e96f892c1cb753024cc0469dde809882c5 /sound/pci/asihpi/hpi_internal.h | |
parent | 33162d2dfa8e8f5596f3106057df68c6533acfc6 (diff) |
ALSA: asihpi - Add new node and message defines
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi_internal.h')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index 93d2908d957a..d497030c160f 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | 2 | ||
3 | AudioScience HPI driver | 3 | AudioScience HPI driver |
4 | Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> | 4 | Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
7 | it under the terms of version 2 of the GNU General Public License as | 7 | it under the terms of version 2 of the GNU General Public License as |
@@ -361,7 +361,9 @@ enum HPI_MESSAGE_TYPES { | |||
361 | HPI_TYPE_REQUEST = 1, | 361 | HPI_TYPE_REQUEST = 1, |
362 | HPI_TYPE_RESPONSE = 2, | 362 | HPI_TYPE_RESPONSE = 2, |
363 | HPI_TYPE_DATA = 3, | 363 | HPI_TYPE_DATA = 3, |
364 | HPI_TYPE_SSX2BYPASS_MESSAGE = 4 | 364 | HPI_TYPE_SSX2BYPASS_MESSAGE = 4, |
365 | HPI_TYPE_COMMAND = 5, | ||
366 | HPI_TYPE_NOTIFICATION = 6 | ||
365 | }; | 367 | }; |
366 | 368 | ||
367 | enum HPI_OBJECT_TYPES { | 369 | enum HPI_OBJECT_TYPES { |