diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2010-07-16 17:50:59 +1200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-07-16 11:31:37 +0200 |
commit | 8d4bbee77e63981b91e4af7c569dc6a585ee0eb0 (patch) | |
tree | b2018b85604e80dae5fe0ca0c4e68bc34204072c /sound | |
parent | 315e8f7501ad929acacfa94c251283e837f281ed (diff) | |
download | op-kernel-dev-8d4bbee77e63981b91e4af7c569dc6a585ee0eb0.zip op-kernel-dev-8d4bbee77e63981b91e4af7c569dc6a585ee0eb0.tar.gz |
ALSA: asihpi - HPI version 4.04.01
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/asihpi/hpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi.h b/sound/pci/asihpi/hpi.h index cee4df4..23399d0 100644 --- a/sound/pci/asihpi/hpi.h +++ b/sound/pci/asihpi/hpi.h @@ -50,8 +50,8 @@ i.e 3.05.02 is a development version #define HPI_VER_RELEASE(v) ((int)(v & 0xFF)) /* Use single digits for versions less that 10 to avoid octal. */ -#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 3, 36) -#define HPI_VER_STRING "4.03.36" +#define HPI_VER HPI_VERSION_CONSTRUCTOR(4L, 4, 1) +#define HPI_VER_STRING "4.04.01" /* Library version as documented in hpi-api-versions.txt */ #define HPI_LIB_VER HPI_VERSION_CONSTRUCTOR(9, 0, 0) |