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

/linux-master/sound/soc/codecs/
H A Dsigmadsp.c490 const struct sigma_firmware_header *ssfw_head; local
511 if (fw->size < sizeof(*ssfw_head) || fw->size >= 0x4000000) {
516 ssfw_head = (void *)fw->data;
517 if (memcmp(ssfw_head->magic, SIGMA_MAGIC, ARRAY_SIZE(ssfw_head->magic))) {
522 crc = crc32(0, fw->data + sizeof(*ssfw_head),
523 fw->size - sizeof(*ssfw_head));
525 if (crc != le32_to_cpu(ssfw_head->crc)) {
527 le32_to_cpu(ssfw_head->crc), crc);
531 switch (ssfw_head
[all...]

Completed in 161 milliseconds