forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: asihpi - Add new node and message defines
Signed-off-by: Eliot Blennerhassett <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/****************************************************************************** | ||
AudioScience HPI driver | ||
Copyright (C) 1997-2010 AudioScience Inc. <[email protected]> | ||
Copyright (C) 1997-2011 AudioScience Inc. <[email protected]> | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of version 2 of the GNU General Public License as | ||
|
@@ -361,7 +361,9 @@ enum HPI_MESSAGE_TYPES { | |
HPI_TYPE_REQUEST = 1, | ||
HPI_TYPE_RESPONSE = 2, | ||
HPI_TYPE_DATA = 3, | ||
HPI_TYPE_SSX2BYPASS_MESSAGE = 4 | ||
HPI_TYPE_SSX2BYPASS_MESSAGE = 4, | ||
HPI_TYPE_COMMAND = 5, | ||
HPI_TYPE_NOTIFICATION = 6 | ||
}; | ||
|
||
enum HPI_OBJECT_TYPES { | ||
|