aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi/hpi_internal.h
diff options
context:
space:
mode:
authorEliot Blennerhassett <eblennerhassett@audioscience.com>2011-07-21 23:52:55 -0400
committerTakashi Iwai <tiwai@suse.de>2011-07-22 01:52:15 -0400
commitb7f12482ca54353fbd8ea2fa3ca1ce996dcb5a3c (patch)
treea716a2e96f892c1cb753024cc0469dde809882c5 /sound/pci/asihpi/hpi_internal.h
parent33162d2dfa8e8f5596f3106057df68c6533acfc6 (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.h6
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
367enum HPI_OBJECT_TYPES { 369enum HPI_OBJECT_TYPES {