Searched refs:wm_coeff_parse_string (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm_adsp.c | 1562 static int wm_coeff_parse_string(int bytes, const u8 **pos, const u8 **str) in wm_coeff_parse_string() function 1623 blk->name_len = wm_coeff_parse_string(sizeof(u8), data, in wm_coeff_parse_alg() 1625 wm_coeff_parse_string(sizeof(u16), data, NULL); in wm_coeff_parse_alg() 1661 blk->name_len = wm_coeff_parse_string(sizeof(u8), &tmp, in wm_coeff_parse_coeff() 1663 wm_coeff_parse_string(sizeof(u8), &tmp, NULL); in wm_coeff_parse_coeff() 1664 wm_coeff_parse_string(sizeof(u16), &tmp, NULL); in wm_coeff_parse_coeff()
|