aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/asihpi
diff options
context:
space:
mode:
authorEliot Blennerhassett <eblennerhassett@audioscience.com>2011-02-09 23:26:21 -0500
committerTakashi Iwai <tiwai@suse.de>2011-02-10 12:49:41 -0500
commit88b27fdac814c4926175ff0e740f98343ad77491 (patch)
treede6159e2ffd18d416c7e3a94264b815c6829a185 /sound/pci/asihpi
parentc4ed97d9e7ec9b8c8453af4ce55497d85970426c (diff)
ALSA: asihpi - HPI v4.06
Firmware version check depends on hpi version. Update so correct firmware is accepted. Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi')
-rw-r--r--sound/pci/asihpi/hpi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi.h b/sound/pci/asihpi/hpi.h
index dec1c30eadef..6fc025c448de 100644
--- a/sound/pci/asihpi/hpi.h
+++ b/sound/pci/asihpi/hpi.h
@@ -43,8 +43,8 @@ i.e 3.05.02 is a development version
43#define HPI_VER_RELEASE(v) ((int)(v & 0xFF)) 43#define HPI_VER_RELEASE(v) ((int)(v & 0xFF))
44 44
45/* Use single digits for versions less that 10 to avoid octal. */ 45/* Use single digits for versions less that 10 to avoid octal. */
46#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 5, 32) 46#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 6, 0)
47#define HPI_VER_STRING "4.05.32" 47#define HPI_VER_STRING "4.06.00"
48 48
49/* Library version as documented in hpi-api-versions.txt */ 49/* Library version as documented in hpi-api-versions.txt */
50#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(9, 0, 0) 50#define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(9, 0, 0)