Searched refs:SND_SOF_FW_SIG_SIZE (Results 1 – 2 of 2) sorted by relevance
18 #define SND_SOF_FW_SIG_SIZE 4 macro74 unsigned char sig[SND_SOF_FW_SIG_SIZE]; /* "Reef" */
351 if (strncmp(header->sig, SND_SOF_FW_SIG, SND_SOF_FW_SIG_SIZE) != 0) { in check_header()