Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dpeb2466.c1442 const struct peb2466_fw_tag_def *tag_def; in peb2466_fw_parse() local
1504 tag_def = peb2466_fw_get_tag_def(tag); in peb2466_fw_parse()
1505 if (!tag_def) { in peb2466_fw_parse()
1510 if (lng < tag_def->lng_min || lng > tag_def->lng_max) { in peb2466_fw_parse()
1512 buf - data, size, tag, lng, tag_def->lng_min, tag_def->lng_max); in peb2466_fw_parse()
1524 ret = tag_def->parse(component, tag, lng, buf); in peb2466_fw_parse()