Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpidspcd.c73 if ((header.version >> 9) != (HPI_VER >> 9)) { in hpi_dsp_code_open()
78 HPI_VER); in hpi_dsp_code_open()
82 if (header.version != HPI_VER) { in hpi_dsp_code_open()
85 header.version, HPI_VER); in hpi_dsp_code_open()
Dhpi_version.h14 #define HPI_VER HPI_VERSION_CONSTRUCTOR(4, 10, 1) macro
Dhpimsgx.c173 phr->u.s.version = HPI_VER >> 8; /* return major.minor */ in subsys_message()
174 phr->u.s.data = HPI_VER; /* return major.minor.release */ in subsys_message()