Searched refs:wm_coeff_parse_int (Results 1 – 1 of 1) sorted by relevance
1577 static int wm_coeff_parse_int(int bytes, const u8 **pos) in wm_coeff_parse_int() function1614 blk->id = wm_coeff_parse_int(sizeof(raw->id), data); in wm_coeff_parse_alg()1618 blk->ncoeff = wm_coeff_parse_int(sizeof(raw->ncoeff), data); in wm_coeff_parse_alg()1650 blk->offset = wm_coeff_parse_int(sizeof(raw->hdr.offset), &tmp); in wm_coeff_parse_coeff()1651 blk->mem_type = wm_coeff_parse_int(sizeof(raw->hdr.type), &tmp); in wm_coeff_parse_coeff()1652 length = wm_coeff_parse_int(sizeof(raw->hdr.size), &tmp); in wm_coeff_parse_coeff()1658 (__force snd_ctl_elem_type_t)wm_coeff_parse_int(sizeof(raw->ctl_type), in wm_coeff_parse_coeff()1660 blk->flags = wm_coeff_parse_int(sizeof(raw->flags), &tmp); in wm_coeff_parse_coeff()1661 blk->len = wm_coeff_parse_int(sizeof(raw->len), &tmp); in wm_coeff_parse_coeff()