Home
last modified time | relevance | path

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

/sound/pci/asihpi/
Dhpidspcd.c68 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open()
72 header.version, HPI_VER); in hpi_dsp_code_open()
76 if (header.version != HPI_VER) { in hpi_dsp_code_open()
79 header.version, HPI_VER); in hpi_dsp_code_open()
Dhpi_version.h14 #define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 14, 3) macro
Dhpimsgx.c174 phr->u.s.version = HPI_VER >> 8; /* return major.minor */ in subsys_message()
175 phr->u.s.data = HPI_VER; /* return major.minor.release */ in subsys_message()