diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-12-22 04:38:31 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-22 11:12:56 +0400 |
commit | f6baaec2af36494469aa37558db8c79186f2fa03 (patch) | |
tree | 857f942084e825f6543cdd3abadabdb5a5146825 /sound/pci/asihpi/hpimsgx.c | |
parent | 47a74a5d1ed2af23c2dc1ccfdcc0176e40404345 (diff) | |
download | linux-f6baaec2af36494469aa37558db8c79186f2fa03.tar.xz |
ALSA: asihpi - Split hpi version info into separate header file.
and update HPI version to 4.10
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpimsgx.c')
-rw-r--r-- | sound/pci/asihpi/hpimsgx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpimsgx.c b/sound/pci/asihpi/hpimsgx.c index 2e779421a618..d4790ddc225c 100644 --- a/sound/pci/asihpi/hpimsgx.c +++ b/sound/pci/asihpi/hpimsgx.c @@ -1,7 +1,7 @@ /****************************************************************************** AudioScience HPI driver - Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> + Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com> 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 @@ -22,6 +22,7 @@ Extended Message Function With Response Caching *****************************************************************************/ #define SOURCEFILE_NAME "hpimsgx.c" #include "hpi_internal.h" +#include "hpi_version.h" #include "hpimsginit.h" #include "hpicmn.h" #include "hpimsgx.h" |