]> Git Repo - linux.git/commitdiff
ALSA: asihpi: update to HPI version 4.14
authorEliot Blennerhassett <[email protected]>
Thu, 18 Dec 2014 04:57:15 +0000 (17:57 +1300)
committerTakashi Iwai <[email protected]>
Thu, 18 Dec 2014 07:48:47 +0000 (08:48 +0100)
This corresponds with updated asihpi firmware in alsa-firmware repo

Signed-off-by: Eliot Blennerhassett <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/asihpi/hpi_version.h

index e9146e53bd502c2ce29320ae24e67e8d96c0d5dc..6623ab11003814fe8ebafcee1f08f4184370a46a 100644 (file)
@@ -11,13 +11,13 @@ Production releases have even minor version.
 /* Use single digits for versions less that 10 to avoid octal. */
 /* *** HPI_VER is the only edit required to update version *** */
 /** HPI version */
-#define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 10, 1)
+#define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 14, 3)
 
 /** HPI version string in dotted decimal format */
-#define HPI_VER_STRING "4.10.01"
+#define HPI_VER_STRING "4.14.03"
 
 /** Library version as documented in hpi-api-versions.txt */
-#define HPI_LIB_VER  HPI_VERSION_CONSTRUCTOR(10, 2, 0)
+#define HPI_LIB_VER  HPI_VERSION_CONSTRUCTOR(10, 4, 0)
 
 /** Construct hpi version number from major, minor, release numbers */
 #define HPI_VERSION_CONSTRUCTOR(maj, min, r) ((maj << 16) + (min << 8) + r)
This page took 0.058592 seconds and 4 git commands to generate.