Searched refs:HPI_VER (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/pci/asihpi/
H A Dhpi_version.h13 /* *** HPI_VER is the only edit required to update version *** */
15 #define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 14, 3) macro
H A Dhpidspcd.c57 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) {
61 header.version, HPI_VER);
65 if (header.version != HPI_VER) {
68 header.version, HPI_VER);
H A Dhpimsgx.c158 phr->u.s.version = HPI_VER >> 8; /* return major.minor */
159 phr->u.s.data = HPI_VER; /* return major.minor.release */

Completed in 257 milliseconds